From 100c1820a35bf0a3d6c4f7e4c2296c30dead4847 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga <kurt@openldap.org> Date: Tue, 5 Sep 2000 23:08:57 +0000 Subject: [PATCH] Update for 2.0.1 release --- build/top.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/top.mk b/build/top.mk index f8e52688e4..338dfb4699 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:0:0 +LIBVERSION = 2:0:1 LTVERSION = -version-info $(LIBVERSION) LTLINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) -- GitLab