* configure.in: Bump version number to 2.9.5.
* configure: Rebuild.
This commit is contained in:
parent
3a6ae6163b
commit
0ed1584392
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
2
gas/configure
vendored
2
gas/configure
vendored
|
@ -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; }
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue