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