]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/
authorTristan Gingold <gingold@adacore.com>
Tue, 13 Nov 2012 14:40:40 +0000 (14:40 +0000)
committerTristan Gingold <gingold@adacore.com>
Tue, 13 Nov 2012 14:40:40 +0000 (14:40 +0000)
2012-11-13  Tristan Gingold  <gingold@adacore.com>

* configure.in: Bump version to 2.23.1
* Makefile.am (RELEASE): Set.
* configure, Makefile.in: Regenerate.

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

index 62988801d960760c777d8be63a48c40dce88ce67..bed5dca8ed85fbef0ee02c353ff11962d5367d9f 100644 (file)
@@ -1,3 +1,9 @@
+2012-11-13  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Bump version to 2.23.1
+       * Makefile.am (RELEASE): Set.
+       * configure, Makefile.in: Regenerate.
+
 2012-11-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        PR target/14788
index 49f9662272f635f0081a415f50f2d08e0d332dac..9ab2aa947a0a96ba5a469652c579a4d181793646 100644 (file)
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign
 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
 
 # Uncomment the following line when doing a release.
-RELEASE=y
+RELEASE=y
 
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
index 5718fab60c3d25f3b189688514f8bfe36927cf18..99902757111d8011447cde1dda030e5a9c817ff2 100644 (file)
@@ -320,7 +320,7 @@ AUTOMAKE_OPTIONS = 1.11 no-dist foreign
 ACLOCAL_AMFLAGS = -I . -I .. -I ../config
 
 # Uncomment the following line when doing a release.
-# RELEASE=y
+RELEASE = y
 INCDIR = $(srcdir)/../include
 CSEARCH = -I. -I$(srcdir) -I$(INCDIR)
 SUBDIRS = doc po
index 2671947645f2ff586fc55f5b75c02d2f70e903ba..aa26f20d5845c14c72d060aa195423f86d8d7dd7 100755 (executable)
@@ -3988,7 +3988,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.23.0
+ VERSION=2.23.1
 
 
 cat >>confdefs.h <<_ACEOF
index 29d545b8b177f864f390a9d9a834d9b43a981fea..5930bd8b7d154ed424eef844d94b901f83bc038a 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.23.0)
+AM_INIT_AUTOMAKE(bfd, 2.23.1)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.