From 95db7a27c6b5c990bef1bdf8072bb8141bc613db Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Thu, 24 May 2001 15:02:47 +0000
Subject: [PATCH] Prepare for release of 2.0.11

---
 CHANGES        | 2 +-
 build/version  | 2 +-
 include/ldap.h | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES b/CHANGES
index fbdff2abef..77c3339956 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 OpenLDAP 2.0 Change Log
 
-OpenLDAP 2.0.11 Engineering
+OpenLDAP 2.0.11 Release
 	Fix attribute parse bug (ITS#1159)
 
 OpenLDAP 2.0.10 Release
diff --git a/build/version b/build/version
index 48621baaca..e32cef132e 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-2.0.11-Engineering
+2.0.11-Release
diff --git a/include/ldap.h b/include/ldap.h
index 49e86c9c5e..f69a28dc16 100644
--- a/include/ldap.h
+++ b/include/ldap.h
@@ -48,7 +48,7 @@ LDAP_BEGIN_DECL
  *	2.0.0  -> 20000
  *	2.3.16 -> 20316
  */
-#define LDAP_VENDOR_VERSION	20010
+#define LDAP_VENDOR_VERSION	20011
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
-- 
GitLab