From: Ian Lance Taylor Date: Thu, 15 Jul 1999 11:58:23 +0000 (+0000) Subject: * configure.in: Bump version number to 2.9.5. X-Git-Tag: gdb-1999-07-19~31 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ed15843924e05e7d9936566e69c4df873281694;p=thirdparty%2Fbinutils-gdb.git * configure.in: Bump version number to 2.9.5. * configure: Rebuild. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e9bbbc7ba30..6b768f0f01c 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 03e3d14c2e0..494d85255dc 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 c373b9ecb53..e4c8177e0ab 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