]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU Libtool 2.2.2 was released. release-2-2-2 v2.2.2
authorGary V. Vaughan <gary@gnu.org>
Tue, 1 Apr 2008 23:32:02 +0000 (23:32 +0000)
committerGary V. Vaughan <gary@gnu.org>
Tue, 1 Apr 2008 23:32:02 +0000 (23:32 +0000)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.2.
* libltdl/Makefile.in (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 18b90c1a5d039548bcbedc685707f5e6d00effad..04e1b27dbcc8e3db289631666f4c41083667759d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-04-01  Gary V. Vaughan  <gary@gnu.arg>
 
+       GNU Libtool 2.2.2 was released.
+
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.2.
+       * libltdl/Makefile.in (LTDL_VERSION_INFO): C:R+1:A because the
+       interfaces are unchanged, even though we improved the code some
+       more.
+       * NEWS: Updated.
+
        * libltdl/m4/libtool.m4, libltdl/m4/ltdl.m4,
        libltdl/m4/ltoptions.m4: Bump serial numbers to account for
        changes since 2.2 release.
diff --git a/NEWS b/NEWS
index 259d0ba6c2b63b5d3562b22f52f879a7279ea54e..420e53bba9b6b8300a9b2eede08d411a3ec1ac29 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 2.3b: 2008-??-??: CVS version 2.3a, Libtool team:
+New in 2.2.2: 2008-04-01: CVS version 2.2.1a, Libtool team:
 
 * New features:
 
index 48f12841ac29eb3ba18f14ff98797fcff8157474..51329d928dca5aa6e12f21a74945b92bc9d0a64b 100644 (file)
@@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [2.3a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.2], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index e7dfd8c6969eba2b2840f6746d34c607caee0e0f..8ea823030f883abe4b7cc4b3fb5d8679c83aa464 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:0:1
+LTDL_VERSION_INFO      = -version-info 8:1:1
 
 noinst_LTLIBRARIES     += $(LT_DLLOADERS)
 
index ebee7303f05563d7baa19cda5871ba19be33dfbf..4395d93c47bf75851888b1d5085ccd1b9f969d25 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.3a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.2], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])