]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am: Set RELEASE.
authorDaniel Jacobowitz <drow@false.org>
Mon, 2 May 2005 19:50:26 +0000 (19:50 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 2 May 2005 19:50:26 +0000 (19:50 +0000)
* configure.in: Bump version to 2.16.
* Makefile.in, configure: Regenerated.

bfd/ChangeLog
bfd/Makefile.am
bfd/Makefile.in
bfd/configure
bfd/configure.in

index c5102a018b79d3e778110392bbad359af9780d76..91bf27bbf7485e7f1a2bd8c3c20772acb213470c 100644 (file)
@@ -1,3 +1,9 @@
+2005-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.am: Set RELEASE.
+       * configure.in: Bump version to 2.16.
+       * Makefile.in, configure: Regenerated.
+
 2005-05-01  Paul Brook  <paul@codesourcery.com>
 
        * elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat
index ae1c62f488436174d6e97c0bf0f83be15d5100bd..4fc3d9c0859b9b7bfb4fce4fd01cdfec43aa9a39 100644 (file)
@@ -3,7 +3,7 @@
 AUTOMAKE_OPTIONS = 1.9 cygnus
 
 # Uncomment the following line when doing a release.
-RELEASE=y
+RELEASE=y
 
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
index 4d63af9c128ec93cb7ba59e0e5fe8cec288b93fc..ddf4421ef5457372d551b6c216fd98322779f4dd 100644 (file)
@@ -250,7 +250,7 @@ wordsize = @wordsize@
 AUTOMAKE_OPTIONS = 1.9 cygnus
 
 # Uncomment the following line when doing a release.
-RELEASE=y
+RELEASE=y
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 MKDEP = gcc -MM
index 08fd802d1794ac2dae337277a47ae7ee2b8ec83f..43f4719a8526e6d71d3fe139a2c53585092851a6 100755 (executable)
@@ -2834,7 +2834,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.15.97
+ VERSION=2.16
 
 
 cat >>confdefs.h <<_ACEOF
index ad99d8b706e9033856cc3efcd15914594fffc418..bfb52a89486a797d8b5b03a5831e0c98cf5de703 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.15.97)
+AM_INIT_AUTOMAKE(bfd, 2.16)
 
 dnl These must be called before AM_PROG_LIBTOOL, because it may want
 dnl to call AC_CHECK_PROG.