mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-02-17 15:10:02 +08:00
Prepare for next release.
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number to 2.2.10. * NEWS: Update version number. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
This commit is contained in:
parent
c39115a3f8
commit
c6b266a56f
@ -1,5 +1,10 @@
|
||||
2010-06-09 Gary V. Vaughan <gary@gnu.org>
|
||||
|
||||
Prepare for next release.
|
||||
* configure.ac, libltdl/configure.ac (AC_INIT): Bump version number
|
||||
to 2.2.10.
|
||||
* NEWS: Update version number.
|
||||
|
||||
Fix a quoting bug with ./commit -a 'A U Thor'.
|
||||
* clcommit.m4sh (func_commit): Use func_show_eval when calling
|
||||
git, so that the previously func_quote_for_eval()ed $git_flags is
|
||||
|
2
NEWS
2
NEWS
@ -1,6 +1,6 @@
|
||||
NEWS - list of user-visible changes between releases of GNU Libtool
|
||||
|
||||
New in 2.2.9b 2010-??-??: git version 2.2.9a, Libtool team:
|
||||
New in 2.2.10 2010-06-10: git version 2.2.9a, Libtool team:
|
||||
|
||||
* New features:
|
||||
|
||||
|
@ -30,7 +30,7 @@ dnl Oldest automake required for bootstrap is below in AM_INIT_AUTOMAKE.
|
||||
## ------------------------ ##
|
||||
## Autoconf initialisation. ##
|
||||
## ------------------------ ##
|
||||
AC_INIT([libtool], [2.2.9a], [bug-libtool@gnu.org])
|
||||
AC_INIT([libtool], [2.2.10], [bug-libtool@gnu.org])
|
||||
AC_CONFIG_HEADERS([config.h:config-h.in])
|
||||
AC_CONFIG_SRCDIR([libtoolize.in])
|
||||
LT_CONFIG_LTDL_DIR([libltdl], [nonrecursive])
|
||||
|
@ -40,7 +40,7 @@ AC_PREREQ(2.59)dnl We use AS_HELP_STRING
|
||||
## ------------------------ ##
|
||||
## Autoconf initialisation. ##
|
||||
## ------------------------ ##
|
||||
AC_INIT([libltdl], [2.2.9a], [bug-libtool@gnu.org])
|
||||
AC_INIT([libltdl], [2.2.10], [bug-libtool@gnu.org])
|
||||
AC_CONFIG_HEADERS([config.h:config-h.in])
|
||||
AC_CONFIG_SRCDIR([ltdl.c])
|
||||
AC_CONFIG_AUX_DIR([config])
|
||||
|
Loading…
Reference in New Issue
Block a user