]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU Libtool 2.2.4 was released. v2.2.4
authorGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 18:36:29 +0000 (14:36 -0400)
committerGary V. Vaughan <gary@gnu.org>
Sun, 4 May 2008 18:36:29 +0000 (14:36 -0400)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.4.
* libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the
interfaces are unchanged, even though we improved the code some
more.
* NEWS: Updated.

ChangeLog
NEWS
configure.ac
libltdl/Makefile.inc
libltdl/configure.ac

index e3c681a3b147186bcda9c6bceaf94ae81c396c29..6f8c602cc0190f3d4b61ab338c440d17183f19d1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-05-04  Gary V. Vaughan  <gary@gnu.org>
 
+       GNU Libtool 2.2.4 was released.
+
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.4.
+       * libltdl/Makefile.inc (LTDL_VERSION_INFO): C:R+1:A because the
+       interfaces are unchanged, even though we improved the code some
+       more.
+       * NEWS: Updated.
+
        Macro file serial updates for next stable release.
        * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
        libltdl/m4/ltoptions.m4, libltdl/m4/lt~obsolete.m4: Bump serial
diff --git a/NEWS b/NEWS
index 436e22875f3fa1e22566e087abe5d4157004bb49..7ef221236f89fe516e29170cca321798a255c68f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.2.4: 2008-??-??: CVS version 2.2.3a, Libtool team:
+New in 2.2.4: 2008-05-04: CVS version 2.2.3a, Libtool team:
 
 * New features:
 
index 4660a676a751bd4b93b75a3cd90c91c4e6470f4c..16d3ca9951868714d9f122066c2f0d2a8f656e2c 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.2.3a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.4], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index 8ea823030f883abe4b7cc4b3fb5d8679c83aa464..71cb30f8eaa474d508a6df176a519e70f3860668 100644 (file)
@@ -36,7 +36,7 @@ AM_CPPFLAGS          += -DLT_CONFIG_H='<$(LT_CONFIG_H)>' \
                          -DLTDL -I. -I$(srcdir) -Ilibltdl \
                          -I$(srcdir)/libltdl -I$(srcdir)/libltdl/libltdl
 AM_LDFLAGS            += -no-undefined
-LTDL_VERSION_INFO      = -version-info 8:1:1
+LTDL_VERSION_INFO      = -version-info 8:2:1
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
index 263d674f05cf239dc51de1001dbf79523754b102..f40822b8b665cf72a2a38ff02cde67388fa71872 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.3a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.4], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])