diff options
-rw-r--r-- | gas/ChangeLog | 3 | ||||
-rwxr-xr-x | gas/configure | 2 | ||||
-rw-r--r-- | 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 <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. 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 |