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>
+
+ * 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
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
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,