* 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 e9bbbc7ba30bf1d953272ff97d3d8493695ed7d9..6b768f0f01cd35c8a40afde023a8ca2a650abad4 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 03e3d14c2e0135a3e109e9872604afe69c13f0b2..494d85255dcd0e38e2fe4bce08b1f2c6bfc7ae3c 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 c373b9ecb53776dddaef56227c63bec60d8bf367..e4c8177e0ab6851f998ab6d25bfe75f5a521c6dc 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
 
This page took 0.039087 seconds and 4 git commands to generate.