]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* NEWS: Updated.
authorGary V. Vaughan <gary@gnu.org>
Sun, 29 Aug 2004 21:42:15 +0000 (21:42 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 29 Aug 2004 21:42:15 +0000 (21:42 +0000)
* configure.ac: Bumped version to 1.9c.

ChangeLog
Makefile.maint
NEWS
configure.ac

index a021de73d4b1b4d5504b97cc743360e6fa930eee..bcd9ab1c368a225d58f661e04bd0a7cd36974d4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index d4a8bb9d534696464ccdf97a348d1f10b002dba0..fd891caa6320faf1ddafe8a1ad3f0709446c08cb 100644 (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 \
diff --git a/NEWS b/NEWS
index df726104bfcbfabdf95db08bae20bb5ec3b53575..bcda7126cf49f2caab3d88ad12e99de3247993a3 100644 (file)
--- 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:
+* ???
+\f
 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
index 4e1ac70de0fea2e0eb99fdfd5708f7e3646d8f94..2043d25715e9af3ebda7e6b71ad4fd288574b874 100644 (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])