]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/ binutils-2_22_branch binutils-2_22
authorTristan Gingold <gingold@adacore.com>
Mon, 21 Nov 2011 12:52:28 +0000 (12:52 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 21 Nov 2011 12:52:28 +0000 (12:52 +0000)
2011-11-21  Tristan Gingold  <gingold@adacore.com>

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

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

index f137705b10c305cf33d56ac2c664939ba7efd6cd..65db027c8d5567769f6e596c9a13b38c68534b9f 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-21  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Bump version to 2.22
+       * Makefile.am (RELEASE): Set.
+       * configure, Makefile.in: Regenerate.
+
 2011-11-15  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
        Backport from mainline:
index 8610d5e361f7ac5234c7ab2dacea27864bed926d..ea4fd284a2c8a8f66464aac1fcfff2f9194958c2 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 34196aa9b8e1a4e1e4aa98ea2b97195709556416..741809c98ebece99f038e88921753fd2ff41d7f2 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 2957f864af1aa44bec0deb9a4e1b090ea58eecd3..bc242b9956f26c359460b23086bca573921dcd59 100755 (executable)
@@ -3988,7 +3988,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.21.90
+ VERSION=2.22
 
 
 cat >>confdefs.h <<_ACEOF
index bc28f9bbef8bd814442dac385f1131b625dcde56..435aaaa1ceb64350a0c43a549647926b553177d1 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.21.90)
+AM_INIT_AUTOMAKE(bfd, 2.22)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.