]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* Makefile.am: Set RELEASE.
authorDaniel Jacobowitz <drow@false.org>
Sun, 12 Jun 2005 19:00:16 +0000 (19:00 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 12 Jun 2005 19:00:16 +0000 (19:00 +0000)
* configure.in: Bump version to 2.16.1.
* Makefile.in, configure: Regenerated.

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

index 0d9f6923560c2ba22587c3d1519b14e167d0e9c7..0ba609c47869381c9fe9a8b1948a75cabd8fee16 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.1.
+       * Makefile.in, configure: Regenerated.
+
 2005-06-06  Alan Modra  <amodra@bigpond.net.au>
 
        * elf64-pcc.c (ppc64_elf_gc_mark_hook): For the local sym in .opd
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 43f4719a8526e6d71d3fe139a2c53585092851a6..9ebac9778d7aa2b4e7cd070e0d6af539efde78df 100755 (executable)
@@ -2834,7 +2834,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.16
+ VERSION=2.16.1
 
 
 cat >>confdefs.h <<_ACEOF
index bfb52a89486a797d8b5b03a5831e0c98cf5de703..f9c6ecafe100a185f1724c554853e22e85bc0acb 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.16)
+AM_INIT_AUTOMAKE(bfd, 2.16.1)
 
 dnl These must be called before AM_PROG_LIBTOOL, because it may want
 dnl to call AC_CHECK_PROG.