* NEWS: Updated.

* configure.ac: Bumped version to 1.9c.
This commit is contained in:
Gary V. Vaughan 2004-08-29 21:42:15 +00:00
parent 0f329d5f72
commit c2fcf9b3cf
4 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,10 @@
2004-08-29 Gary V. Vaughan <gary@gnu.org>
* 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,

View File

@ -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 \

3
NEWS
View File

@ -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

View File

@ -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])