From: Ralf Wildenhues Date: Wed, 13 Feb 2008 22:10:07 +0000 (+0000) Subject: * libltdl/configure.ac: Bump package version. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=403b9fa83d0044d26efc8116bc2da1e061b61500;p=thirdparty%2Flibtool.git * libltdl/configure.ac: Bump package version. * README-alpha: Reminder to do it next time, too. --- diff --git a/ChangeLog b/ChangeLog index 713f95df3..ee4e75555 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-13 Ralf Wildenhues + + * libltdl/configure.ac: Bump package version. + * README-alpha: Reminder to do it next time, too. + 2008-02-09 Ralf Wildenhues * libtool.m4 (AC_LIBTOOL_PROG_COMPILER_PIC): [linux] : diff --git a/README-alpha b/README-alpha index 09ee5d013..71bb7a743 100644 --- a/README-alpha +++ b/README-alpha @@ -82,7 +82,7 @@ using (by typing `libtool --version'). keys will be registered on ftp-upload.gnu.org and only then will you be authorized to upload files to the FSF ftp machines. -* 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. @@ -119,9 +119,9 @@ using (by typing `libtool --version'). * 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 1446efbd0..1cc30cfb9 100644 --- a/libltdl/configure.ac +++ b/libltdl/configure.ac @@ -1,5 +1,5 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- -# Copyright 2001 Free Software Foundation, Inc. +# Copyright 2001, 2008 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libltdl], [1.2], [bug-libtool@gnu.org]) +AC_INIT([libltdl], [1.5.27a], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltdl.c])