]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/configure.ac: Bump package version.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 13 Feb 2008 22:09:40 +0000 (22:09 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Wed, 13 Feb 2008 22:09:40 +0000 (22:09 +0000)
* HACKING: Reminder to do it next time, too.

ChangeLog
HACKING
libltdl/configure.ac

index d92617b0a89d717406e188effbbf19688abcaf00..1c649ebc656a0d9b76ac0d06ca6b678cecdccdb0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/configure.ac: Bump package version.
+       * HACKING: Reminder to do it next time, too.
+
 2008-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/mdemo/Makefile.am (@LIBLTDL@): Update outdated
diff --git a/HACKING b/HACKING
index e18015f864d78d0d7aa701545fbcd4d8b61ddcad..6968cb6181547b369cee0dda40187b0c1605b842 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -654,7 +654,7 @@ or obtained by writing to the Free Software Foundation, Inc.,
 * Update the LTDL_VERSION_INFO in libltdl/Makefile.inc for changes since
   the last release.
 
-* Update the version number in configure.ac.
+* Update the version number in configure.ac and libltdl/configure.ac.
   See http://www.gnu.org/software/libtool/contribute.html for details of
   the numbering scheme.
 
@@ -701,9 +701,9 @@ or obtained by writing to the Free Software Foundation, Inc.,
 * Send announcement to libtool@gnu.org and autotools-announce@gnu.org,
   if not an alpha send to info-gnu@gnu.org as well.
 
-* Update version number in configure.ac to next alpha number.
-  See http://www.gnu.org/software/libtool/contribute.html for details of
-  the numbering scheme.
+* Update version number in configure.ac and libltdl/configure.ac to next
+  alpha number.  See http://www.gnu.org/software/libtool/contribute.html
+  for details of the numbering scheme.
 
 * Update NEWS, ChangeLog.
 
index fc50a458af611cbb994bb6cf2ef4874779265e69..e747a23a627779f3c074288aff390c527c963f43 100644 (file)
@@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libltdl], [2.1a], [bug-libtool@gnu.org])
+AC_INIT([libltdl], [2.1c], [bug-libtool@gnu.org])
 AC_CONFIG_HEADERS([config.h:config-h.in])
 AC_CONFIG_SRCDIR([ltdl.c])
 AC_CONFIG_AUX_DIR([config])