]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/
authorTristan Gingold <gingold@adacore.com>
Mon, 21 Nov 2011 13:02:08 +0000 (13:02 +0000)
committerTristan Gingold <gingold@adacore.com>
Mon, 21 Nov 2011 13:02:08 +0000 (13:02 +0000)
2011-11-21  Tristan Gingold  <gingold@adacore.com>

* configure.in: Bump version to 2.22.0
* Makefile.am (RELEASE): Unset.
* configure, Makefile.in: Regenerate.

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

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