From aa6e480a6141e9509b4b57491815d199bb40c574 Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Mon, 9 Jul 2001 22:41:58 +0000 Subject: [PATCH] * README-alpha: s/configure.in/configure.ac. * configure.ac: Bumped version to 1.4c. --- ChangeLog | 3 +++ README-alpha | 4 ++-- configure.ac | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index ab428b6a6..1486d1270 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-07-09 Gary V. Vaughan + * README-alpha: s/configure.in/configure.ac. + * configure.ac: Bumped version to 1.4c. + GNU libtool 1.4b was released. * configure.ac: Bumped version to 1.4b. diff --git a/README-alpha b/README-alpha index cc5808a02..2e3ee6b68 100644 --- a/README-alpha +++ b/README-alpha @@ -58,7 +58,7 @@ using (by typing `ltconfig --version'). * Update NEWS. -* Update the version number in configure.in. +* Update the version number in configure.ac. (The idea is that every other alpha number will be a net release. The repository will always have its own "odd" number so we can easily distinguish net and repo versions.) @@ -87,6 +87,6 @@ using (by typing `ltconfig --version'). upload request be sent to ftp-upload@gnu.org requesting files be transferred from ftp://alpha.gnu.org/gnu/libtool to ftp://ftp.gnu.org/gnu/libtool. -* Update version number in configure.in to next alpha number. +* Update version number in configure.ac to next alpha number. * Commit. diff --git a/configure.ac b/configure.ac index fd6236eb0..904528ff9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ ## Process this file with autoconf to create configure. -*- autoconf -*- AC_PREREQ(2.50) -AC_INIT([libtool], [1.4b], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.4c], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in]) -AM_INIT_AUTOMAKE(libtool, 1.4b) +AM_INIT_AUTOMAKE(libtool, 1.4c) # 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 -- 2.47.3