* configure.in: Bump version and set is_release.
authorDaniel Jacobowitz <drow@false.org>
Thu, 7 Nov 2002 22:30:56 +0000 (22:30 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 7 Nov 2002 22:30:56 +0000 (22:30 +0000)
        * configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index e9ac5d8..5ae244b 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Bump version and set is_release.
+       * configure: Regenerate.
+
 2002-11-07  Nick Clifton  <nickc@redhat.com>
 
        * po/da.po: Updated Danish translation.
index dbfea67..0bda6b5 100755 (executable)
@@ -1118,7 +1118,7 @@ fi
 
 PACKAGE=bfd
 
-VERSION=2.13
+VERSION=2.13.1
 
 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; }
@@ -1201,7 +1201,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 96ba72a..0d7b3bf 100644 (file)
@@ -7,9 +7,9 @@ AC_INIT(libbfd.c)
 AC_CANONICAL_SYSTEM
 AC_ISC_POSIX
 
-AM_INIT_AUTOMAKE(bfd, 2.13)
+AM_INIT_AUTOMAKE(bfd, 2.13.1)
 # 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/'`