From: Gary V. Vaughan Date: Sun, 29 Aug 2004 21:42:15 +0000 (+0000) Subject: * NEWS: Updated. X-Git-Tag: release-1-9d~97 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2fcf9b3cfe4407c6932d78fc1fb9c1d78c349df;p=thirdparty%2Flibtool.git * NEWS: Updated. * configure.ac: Bumped version to 1.9c. --- diff --git a/ChangeLog b/ChangeLog index a021de73d..bcd9ab1c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2004-08-29 Gary V. Vaughan + * NEWS: Updated. + * configure.ac: Bumped version to 1.9c. + + GNU libtool 1.9b was released. + * configure.ac: Bumped version to 1.9b. * NEWS: Updated. * INSTALL, config/config.guess, config/config.sub, diff --git a/Makefile.maint b/Makefile.maint index d4a8bb9d5..fd891caa6 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -138,7 +138,7 @@ cvs-dist: cvs-news timestamps $(MAKE) distcheck ## Finally, if everything was successful, tag the release cd $(srcdir) \ - && $(CVS) -q tag -c `echo "release-$(VERSION)" | sed 's/\./-/g'` + && $(CVS) -q tag `echo "release-$(VERSION)" | sed 's/\./-/g'` ## Generate signatures and directives for FSF ftp-upload: ofile="$(PACKAGE)-$(VERSION).tar.gz"; \ $(GPG) --detach-sign $$ofile \ diff --git a/NEWS b/NEWS index df726104b..bcda7126c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ NEWS - list of user-visible changes between releases of GNU Libtool +New in 1.9d: 2004-??-??; CVS version 1.9c, Libtool team: +* ??? + New in 1.9b: 2004-08-29; CVS version 1.5a, Libtool team: * The /^_?LT_[A-Z_]+$/ namespace is now reserved for Libtool's own macros. If you have any shell variables in this namespace they will need to be diff --git a/configure.ac b/configure.ac index 4e1ac70de..2043d2571 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AC_PREREQ(2.58) ## We use AS_HELP_STRING ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.9b], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.9c], [bug-libtool@gnu.org]) AC_CONFIG_HEADERS([config.h:config-h.in]) AC_CONFIG_SRCDIR([libtoolize.in]) AC_CONFIG_AUX_DIR([config])