summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-11-07 22:30:56 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-11-07 22:30:56 +0000
commitbd50b3b3da86cec7db47ee197ed3c99e481461cc (patch)
treed80dabd397739cf7861709a92eefe565b98de090
parentbae58550acc7cd8e394985e4f566b44dfd6d3afe (diff)
downloadgdb-bd50b3b3da86cec7db47ee197ed3c99e481461cc.tar.gz
* configure.in: Bump version and set is_release.binutils-2_13_1
* configure: Regenerate.
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure4
-rw-r--r--bfd/configure.in4
3 files changed, 9 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e9ac5d88564..5ae244bae72 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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.
diff --git a/bfd/configure b/bfd/configure
index dbfea6761ed..0bda6b5b2f1 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -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/'`
diff --git a/bfd/configure.in b/bfd/configure.in
index 96ba72aae00..0d7b3bfabf0 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -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/'`