* configure.in: Bump version to 2.15. Mark as released.
authorDaniel Jacobowitz <drow@false.org>
Mon, 17 May 2004 19:34:36 +0000 (19:34 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 17 May 2004 19:34:36 +0000 (19:34 +0000)
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index 79d4a10..97361e7 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-17  Daniel Jacobowitz  <dan@debian.org>
+
+       * configure.in: Bump version to 2.15.  Mark as released.
+       * configure: Regenerate.
+
 2004-05-13  Joel Sherrill <joel@oarcorp.com>
 
        * config.bfd (or32-*-rtems*): Switch to elf.
index 7a5fc01..46c8170 100755 (executable)
@@ -919,7 +919,7 @@ fi
 
 PACKAGE=bfd
 
-VERSION=2.14.92
+VERSION=2.15
 
 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
   { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
@@ -1002,7 +1002,7 @@ fi
 
 
 # Uncomment the next line to remove the date from the reported bfd version
-#is_release=y
+is_release=y
 
 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`
 
index 3cdc0d4..71f41f4 100644 (file)
@@ -7,9 +7,9 @@ AC_INIT(libbfd.c)
 AC_CANONICAL_SYSTEM
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.14.92)
+AM_INIT_AUTOMAKE(bfd, 2.15)
 # Uncomment the next line to remove the date from the reported bfd version
-#is_release=y
+is_release=y
 
 changequote(,)dnl
 bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'`