From 8c6ef43caae0a86ad0c3f07199316f9c7db6b1c3 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sun, 9 Jun 2002 18:17:59 +0000 Subject: [PATCH] Ready for release --- build/top.mk | 2 +- build/version | 2 +- include/ldap.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/top.mk b/build/top.mk index 4a2eb5eaa5..4bb3230868 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:15:0 +LIBVERSION = 2:16: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 3ac5655b43..81b897c07a 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.24-Engineering +2.0.24-Release diff --git a/include/ldap.h b/include/ldap.h index 3302417ad3..de04dd471e 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 20023 +#define LDAP_VENDOR_VERSION 20024 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION -- 2.47.2