From 13bdb1ea8f184255998cf83eef4170a8a92c48af Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Sat, 13 Oct 2001 17:58:38 +0000
Subject: [PATCH] Ready for release

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

diff --git a/CHANGES b/CHANGES
index eb7c5816b0..be353bfdc4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,6 @@
 OpenLDAP 2.0 Change Log
 
-OpenLDAP 2.0.17 Engineering
+OpenLDAP 2.0.17 Release
 	Fixed ldbm BerkeleyDB2 compat bug (ITS#1390)
 
 OpenLDAP 2.0.16 Release
diff --git a/build/version b/build/version
index eb8a74378a..4e0888063a 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-2.0.17-Engineering
+2.0.17-Release
diff --git a/include/ldap.h b/include/ldap.h
index 9e9052171c..df1462c55f 100644
--- a/include/ldap.h
+++ b/include/ldap.h
@@ -50,7 +50,7 @@ LDAP_BEGIN_DECL
  *	2.0.0  -> 20000
  *	2.3.16 -> 20316
  */
-#define LDAP_VENDOR_VERSION	20016
+#define LDAP_VENDOR_VERSION	20017
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
-- 
GitLab