From 46fd6986d0162d8f7815429e8167f8752f5c92bf Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Mon, 11 Feb 2002 20:28:00 +0000 Subject: [PATCH] Ready for release --- CHANGES | 4 +++- build/top.mk | 2 +- build/version | 2 +- include/ldap.h | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index ad218fd341..722236ab9c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,11 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.23 Engineering +OpenLDAP 2.0.23 Release Fixed slapd moddn acl bug (ITS#1562) (ITS#1582) Fixed slapd acl regex (to dn="") portability bug (ITS#1579) Disabled -lldap atexit() handler (ITS#1577) + Build environment + Updated config.guess/sub scripts (ITS#1567) Documentation Fixed a number of typos (ITS#1578) diff --git a/build/top.mk b/build/top.mk index 65d526e5fa..4a2eb5eaa5 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:14:0 +LIBVERSION = 2:15: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 3cf5c83cc0..3e61af0c59 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.23-Engineering +2.0.23-Release diff --git a/include/ldap.h b/include/ldap.h index 9e9f37eb98..3302417ad3 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 20022 +#define LDAP_VENDOR_VERSION 20023 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION -- 2.39.2