]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to
authorGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 01:26:44 +0000 (01:26 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 11 Sep 2001 01:26:44 +0000 (01:26 +0000)
1.2.
* libltdl/Makefile.am (libltdl_la_LDFLAGS):  Bump libtool library
version info to 4:0:1.

ChangeLog
libltdl/Makefile.am
libltdl/configure.ac

index 6d0998b137d91139a823e87fa2a3984003e51ebb..ef029ddb28bade042df5be3c4a23c3cffb2f88f7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-11  Gary V. Vaughan  <gary@gnu.org>
+
+       * libltdl/configure.ac (AM_INIT_AUTOMAKE): Bump libltdl version to
+       1.2.
+       * libltdl/Makefile.am (libltdl_la_LDFLAGS):  Bump libtool library
+       version info to 4:0:1.
+
 2001-09-11  Gary V. Vaughan  <gary@gnu.org>
 
        * libtool.m4: No need to undefine([symbols]), proper quotation is
index 32e59e2497158d0c394fb5c2c2eb6205e510a951..aa2a2728b88353d6892d117666f9b16042b211b4 100644 (file)
@@ -18,7 +18,7 @@ endif
 CLEANFILES = libltdl.la libltdlc.la
 
 libltdl_la_SOURCES = ltdl.c
-libltdl_la_LDFLAGS = -no-undefined -version-info 3:0:0
+libltdl_la_LDFLAGS = -no-undefined -version-info 4:0:1
 libltdl_la_LIBADD = $(LIBADD_DL)
 
 libltdlc_la_SOURCES = ltdl.c
index 125d883e420d01185186ea241c623abf6ce69797..4dc3d63977f777dfc411d082dbb52c7688c3df23 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to create configure. -*- autoconf -*-
 
 AC_PREREQ(2.50)
-AC_INIT(libltdl, 1.1)
+AC_INIT(libltdl, 1.2)
 AC_CONFIG_SRCDIR(ltdl.c)
 
 dnl We shouldn't be using these internal macros of autoconf,