]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
Set SCM version number to 2.2.7c.
authorGary V. Vaughan <gary@gnu.org>
Thu, 20 May 2010 23:59:56 +0000 (06:59 +0700)
committerGary V. Vaughan <gary@gnu.org>
Thu, 20 May 2010 23:59:56 +0000 (06:59 +0700)
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version
number to 2.2.7c.
* NEWS: Updated.

GNU Libtool 2.2.7b  was released.

ChangeLog
NEWS
configure.ac
libltdl/configure.ac

index ea31044eb0e55014dbb22d391935528c41952084..cb40f0ad1d4b5d2d10f08ea05e25b067dcebd4e6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-05-21  Gary V. Vaughan  <gary@gnu.org>
 
+       Set SCM version number to 2.2.7c.
+       * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
+       number to 2.2.7c.
+       * NEWS: Updated.
+
+       GNU Libtool 2.2.7b  was released.
+
        Prepare for next release candidate.
        * configure.ac, libltdl/configure.ac (AC_INIT): Bump version
        number to 2.2.7b.
diff --git a/NEWS b/NEWS
index 864a6de18f589db873bdaee20471399894182aab..d031af496e4ac75d67ae121e106255b799362d3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
+New in 2.2.8 2010-05-??: git version 2.2.7c, Libtool team:
+
+* New features:
+
+  - None.
+
 New in 2.2.7b 2010-05-20: git version 2.2.7a, Libtool team:
 
 * New features:
index 7770031b44cff09264e43d63225c68bad1b87033..93fe17eb8e39699a2d2444ae8e068cc42e0d483b 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.7b], [bug-libtool@gnu.org])
+AC_INIT([libtool], [2.2.7c], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([libtoolize.in])
 LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
index 7522611fac8a02ec297568ed9eaa80ddcdc3787c..407fcac334bd4ad0390c8b695aa471e2ce4c4245 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.2.7b], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.2.7c], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])