From 5562857f6885277af6a984f30cedeac7219eccd2 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 19 Sep 2002 22:11:45 +0000 Subject: [PATCH] Ready for release --- CHANGES | 2 +- build/top.mk | 2 +- build/version | 2 +- include/ldap.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 72dad8929f..7733dd938f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.26 Engineering +OpenLDAP 2.0.26 Release Fixed slapd ACL buffer size bug (ITS#1963) Fixed slapd ACL filters w/substrings bug (ITS#2023, ITS#2027) Fxied slapd directory string space bug (ITS#2072) diff --git a/build/top.mk b/build/top.mk index 4bb3230868..ba502b4cea 100644 --- a/build/top.mk +++ b/build/top.mk @@ -56,7 +56,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)" LIBTOOL = @LIBTOOL@ -LIBVERSION = 2:16:0 +LIBVERSION = 2:17:0 LTVERSION = -version-info $(LIBVERSION) #We don't use our own shared libraries (yet) #LTLINK = $(LIBTOOL) --mode=link $(CC) -rpath $(libdir) \ diff --git a/build/version b/build/version index 526ca76a0d..cbe0fb8872 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.26-Engineering +2.0.26-Release diff --git a/include/ldap.h b/include/ldap.h index 00d422f5b4..bae0d4a42b 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 20025 +#define LDAP_VENDOR_VERSION 20026 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION -- 2.47.2