* configure.in: Bump version number to 2.9.5.
authorIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1999 11:58:23 +0000 (11:58 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 15 Jul 1999 11:58:23 +0000 (11:58 +0000)
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index e9bbbc7..6b768f0 100644 (file)
@@ -1,5 +1,8 @@
 1999-07-15  Ian Lance Taylor  <ian@zembu.com>
 
+       * configure.in: Bump version number to 2.9.5.
+       * configure: Rebuild.
+
        * dwarf2dbg.c (dwarf2_gen_line_info): Don't assume that long long
        or %llx work.
 
index 03e3d14..494d852 100755 (executable)
@@ -816,7 +816,7 @@ fi
 
 PACKAGE=gas
 
-VERSION=2.9.4
+VERSION=2.9.5
 
 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 c373b9e..e4c8177 100644 (file)
@@ -10,7 +10,7 @@ AC_INIT(as.h)
 
 AC_CANONICAL_SYSTEM
 
-AM_INIT_AUTOMAKE(gas, 2.9.4)
+AM_INIT_AUTOMAKE(gas, 2.9.5)
 
 AM_PROG_LIBTOOL