From: Kurt Zeilenga Date: Thu, 25 Oct 2001 17:12:17 +0000 (+0000) Subject: Ready for release X-Git-Tag: OPENLDAP_REL_ENG_2_0_18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92281da32451e429c9c246731cab19a05a82857f;p=thirdparty%2Fopenldap.git Ready for release --- diff --git a/CHANGES b/CHANGES index 25038e434d..4a3a0dca21 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.18 Engineering +OpenLDAP 2.0.18 Release Fixed -llber ber_bvecadd bug (ITS#1398) + Fixed slap tools replica config bug (ITS#1385) Build environment Updated req_query detection diff --git a/build/top.mk b/build/top.mk index 185a90d2b7..29a3ece976 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:11:0 +LIBVERSION = 2:12: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 e301407e6c..79e77c8514 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.18-Engineering +2.0.18-Release diff --git a/include/ldap.h b/include/ldap.h index df1462c55f..10ee75f1aa 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 20017 +#define LDAP_VENDOR_VERSION 20018 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION