]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
bfd/
authorTristan Gingold <gingold@adacore.com>
Wed, 8 Dec 2010 10:28:46 +0000 (10:28 +0000)
committerTristan Gingold <gingold@adacore.com>
Wed, 8 Dec 2010 10:28:46 +0000 (10:28 +0000)
2010-12-08  Tristan Gingold  <gingold@adacore.com>

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

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

index abf8122405b51888ce0cec2ce4e24ecb74ecf3c5..cab98c306ce661d22ed1e23352d79fe53f6b91a4 100644 (file)
@@ -1,3 +1,9 @@
+2010-12-08  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Bump version to 2.21.0
+       * Makefile.am (RELEASE): Unset.
+       * configure, Makefile.in: Regenerate.
+
 2010-12-08  Tristan Gingold  <gingold@adacore.com>
 
        * configure.in: Bump version to 2.21
index bf5dea4ceb08435c29cdd5ecb5787fb74d88aec4..343125374a2f878d123dddf9c5f33056fb3509f0 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 b591ca6712bc0dd1fce854c158a67fe07f701957..183ae9691aca9b8dc36cd171bb0c1211dbaba482 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 7a25b7f8cb7e92a045eb85cd4f0fe0facd5a39f9..c8d48fd2e631f855c3034528ff78436d13c60ad1 100755 (executable)
@@ -3988,7 +3988,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.21
+ VERSION=2.21.0
 
 
 cat >>confdefs.h <<_ACEOF
index fce1dd7c92479f942acd668f5b9efc34cb609f12..d758a51fd0a718965c66ce518cd50d4d85b24228 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.21)
+AM_INIT_AUTOMAKE(bfd, 2.21.0)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.