From: Ralf Wildenhues Date: Wed, 13 Feb 2008 22:09:40 +0000 (+0000) Subject: * libltdl/configure.ac: Bump package version. X-Git-Tag: release-2-2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e957206e71b6941d876d9a9d5597b067d00e2fba;p=thirdparty%2Flibtool.git * libltdl/configure.ac: Bump package version. * HACKING: Reminder to do it next time, too. --- diff --git a/ChangeLog b/ChangeLog index d92617b0a..1c649ebc6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-13 Ralf Wildenhues + + * libltdl/configure.ac: Bump package version. + * HACKING: Reminder to do it next time, too. + 2008-02-11 Ralf Wildenhues * tests/mdemo/Makefile.am (@LIBLTDL@): Update outdated diff --git a/HACKING b/HACKING index e18015f86..6968cb618 100644 --- 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. diff --git a/libltdl/configure.ac b/libltdl/configure.ac index fc50a458a..e747a23a6 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -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])