From 14e80c62ea71d0f6b4d304ea6f5e7cea9df2f2ee Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Thu, 14 Sep 2000 01:02:21 +0000 Subject: [PATCH] Prepare for 2.0.2 release --- build/top.mk | 2 +- build/version | 2 +- configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/top.mk b/build/top.mk index f46a4428d8..0f6dfb0b6e 100644 --- a/build/top.mk +++ b/build/top.mk @@ -54,7 +54,7 @@ MKDEP_CFLAGS = @OL_MKDEP_FLAGS@ MKVERSION = $(top_srcdir)/build/mkversion -v "$(VERSION)" LIBTOOL = @LIBTOOL@ -LIBVERSION = 2:1:0 +LIBVERSION = 2:2:0 LTVERSION = -version-info $(LIBVERSION) LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) diff --git a/build/version b/build/version index b06c8ab156..e4059896f8 100644 --- a/build/version +++ b/build/version @@ -1 +1 @@ -2.0.X-Engineering +2.0.2-Release diff --git a/configure b/configure index fd3d0fc006..c8b4ad89e5 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.14 2000/09/08 15:02:52 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.223.2.15 2000/09/13 00:42:32 kurt Exp # Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved. # -- GitLab