diff --git a/CHANGES b/CHANGES index 0bc5319406d5b4126678423c6f63e04de2602bfc..028ff5b0e0df534cc209d12bba8905ac5ed5c8f4 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ OpenLDAP 2.0 Change Log -OpenLDAP 2.0.19 Engineering +OpenLDAP 2.0.19 Release Fixed back-ldbm not filter indexing (ITS#1405) Fixed back-passwd e_ndn bug (ITS#1467) Fixed back-ldap undef ad bug (ITS#1367) diff --git a/build/top.mk b/build/top.mk index c276df61a3d58333d000ab54bb1c537dd4c576b8..930fb390b18e3848d55d1f4fdcc4f72c0dddc5da 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:12:0 +LIBVERSION = 2:13: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 8f5dc5918b79b4e4b6ebeadf20dafc38ab6fe4e5..7f67940ae243a635ed9713ea6d2a157021c0569c 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.19-Engineering +2.0.19-Release diff --git a/configure b/configure index 211c78f9fcab34219570ce9748cea390212252d5..abbc879967d78a4d791a7f66bd545b2b064aa15e 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.35 2001/10/23 15:47:45 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.36 2001/12/04 18:15:24 kurt Exp # Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved. # diff --git a/include/ldap.h b/include/ldap.h index 10ee75f1aa64dfb2b7a65a3ee482813116ea96dc..874cff4e73446c22b29580386e80850ec552261e 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 20018 +#define LDAP_VENDOR_VERSION 20019 /* OpenLDAP API Features */ #define LDAP_API_FEATURE_X_OPENLDAP LDAP_VENDOR_VERSION