OSDN Git Service

2008-09-08 Tristan Gingold <gingold@adacore.com>
authorgingold <gingold>
Mon, 8 Sep 2008 12:55:18 +0000 (12:55 +0000)
committergingold <gingold>
Mon, 8 Sep 2008 12:55:18 +0000 (12:55 +0000)
        * configure.in: Update version to 2.19.50
        * configure: Regenerated.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index c80b915..daf0ee6 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-08  Tristan Gingold  <gingold@adacore.com>
+
+       * configure.in: Update version to 2.19.50
+       * configure: Regenerated.
+
 2008-09-05  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * dwarf2.c: Change leading whitespace to tabs.
index 2997576..f53be91 100755 (executable)
@@ -3032,7 +3032,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.18.50
+ VERSION=2.19.50
 
 
 cat >>confdefs.h <<_ACEOF
index d098988..3b88055 100644 (file)
@@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c])
 AC_CANONICAL_TARGET
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.18.50)
+AM_INIT_AUTOMAKE(bfd, 2.19.50)
 
 dnl These must be called before LT_INIT, because it may want
 dnl to call AC_CHECK_PROG.