From 2bb997e513da15690773191490922966378c9e1c Mon Sep 17 00:00:00 2001
From: Kurt Zeilenga <kurt@openldap.org>
Date: Tue, 5 Sep 2000 23:03:37 +0000
Subject: [PATCH] Adjust for 2.0.1 release

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

diff --git a/build/version b/build/version
index b981f4806c..c8bccb8822 100644
--- a/build/version
+++ b/build/version
@@ -1 +1 @@
-2.0-Engineering
+2.0.1-Release
diff --git a/configure b/configure
index bf34421cf8..90178e0276 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # $OpenLDAP$
-# from OpenLDAP 
+# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.11 2000/08/31 16:53:53 kurt Exp  
 
 # Copyright 1998-2000 The OpenLDAP Foundation.  All Rights Reserved.
 # 
diff --git a/include/ldap.h b/include/ldap.h
index 1ef444e18e..9201681f49 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	20000
+#define LDAP_VENDOR_VERSION	20001
 
 /* OpenLDAP API Features */
 #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION
-- 
GitLab