summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary V. Vaughan <gary@gnu.org>1999-07-02 15:16:39 +0000
committerGary V. Vaughan <gary@gnu.org>1999-07-02 15:16:39 +0000
commitd71b404f18ad994e50f0cc60a8871429094311b1 (patch)
tree390e12de9cabbd0a3934f872a931c82186d13e01
parentb2822fd81f65ad3be59479cc09ffbc59e06eaf4e (diff)
downloadlibtool-d71b404f18ad994e50f0cc60a8871429094311b1.tar.gz
GNU libtool 1.3b was released.release-1-3b
* NEWS: inserted todays date.
-rw-r--r--ChangeLog6
-rw-r--r--NEWS2
-rw-r--r--configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 557f8427..3fe79073 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-07-02 Gary V. Vaughan <gary@oranda.demon.co.uk>
+
+ GNU libtool 1.3b was released.
+
+ * NEWS: inserted todays date.
+
1999-07-02 Alexandre Oliva <oliva@dcc.unicamp.br>
* doc/PLATFORMS: Tested on as many platforms as possible for me.
diff --git a/NEWS b/NEWS
index 7840811c..688390a8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
NEWS - list of user-visible changes between releases of GNU Libtool
-New in 1.3b: 1999-07-??; CVS version 1.3a, Libtool team:
+New in 1.3b: 1999-07-02; CVS version 1.3a, Libtool team:
* Complete inter-library dependencies support. It's now possible
to link libtool libraries against other libtool libraries.
* Libtool is able to find already-installed libtool libraries,
diff --git a/configure.in b/configure.in
index 9189381d..af72986b 100644
--- a/configure.in
+++ b/configure.in
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT(ltmain.in)
-AM_INIT_AUTOMAKE(libtool, 1.3a)
+AM_INIT_AUTOMAKE(libtool, 1.3b)
# This is a sanity check so we can see which version is used in bug reports.
# It is assumed that we only want to see the date extension for cvs libtool