From 4e4e8c0f2034cc7dbccca464dbcc4b5de6087530 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 20 Dec 2001 03:19:36 +0000 Subject: [PATCH] Prepare for release --- CHANGES | 2 +- build/top.mk | 2 +- build/version | 2 +- configure | 2 +- include/ldap.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 0bc5319406..028ff5b0e0 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 c276df61a3..930fb390b1 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 8f5dc5918b..7f67940ae2 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.19-Engineering +2.0.19-Release diff --git a/configure b/configure index 211c78f9fc..abbc879967 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 10ee75f1aa..874cff4e73 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 -- 2.39.2