* configure.in: Change version number to 2.9.4
authorIan Lance Taylor <ian@airs.com>
Mon, 27 Apr 1998 20:50:54 +0000 (20:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 27 Apr 1998 20:50:54 +0000 (20:50 +0000)
* configure: Rebuild.

gprof/ChangeLog
gprof/configure
gprof/configure.in

index 6a0fa780687dcaafdeb1ea7e7009b8938db0d26e..7d4d438086dfe0d330c1baf68680aa468e80a5d0 100644 (file)
@@ -1,3 +1,8 @@
+Mon Apr 27 16:50:40 1998  Ian Lance Taylor  <ian@cygnus.com>
+
+       * configure.in: Change version number to 2.9.4
+       * configure: Rebuild.
+
 Wed Apr 22 16:01:17 1998  Tom Tromey  <tromey@cygnus.com>
 
        * po/Make-in (MKINSTALLDIRS): Don't look in $(top_srcdir).
index 33b59a1bd2498512fa4132690671651f05ee181b..507771c5fe999e5b4b302089a35bf787428dc98c 100755 (executable)
@@ -798,7 +798,7 @@ fi
 
 PACKAGE=gprof
 
-VERSION=2.9.1
+VERSION=2.9.4
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
index f9905f11649b030d0af05c9d1f248b8c609a95d3..979fdbccc4fa163879fe25251f7523bd83cc1138 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT(gprof.c)
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gprof, 2.9.1)
+AM_INIT_AUTOMAKE(gprof, 2.9.4)
 
 AM_PROG_LIBTOOL
 
This page took 0.037476 seconds and 4 git commands to generate.