From 0ed15843924e05e7d9936566e69c4df873281694 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 15 Jul 1999 11:58:23 +0000 Subject: [PATCH] * configure.in: Bump version number to 2.9.5. * configure: Rebuild. --- gas/ChangeLog | 3 +++ gas/configure | 2 +- gas/configure.in | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index e9bbbc7..6b768f0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ 1999-07-15 Ian Lance Taylor + * 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. diff --git a/gas/configure b/gas/configure index 03e3d14..494d852 100755 --- a/gas/configure +++ b/gas/configure @@ -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; } diff --git a/gas/configure.in b/gas/configure.in index c373b9e..e4c8177 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -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 -- 2.7.4