summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 58989f9f93b..7aa901d3125 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-01-01 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Version 2.13.2.1 released, set is_release.
+ * configure: Regenerate.
+
2002-12-29 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Clear is_release on the branch again.
diff --git a/bfd/configure b/bfd/configure
index 0e57f5dce78..9f2793dd2b8 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -1118,7 +1118,7 @@ fi
PACKAGE=bfd
-VERSION=2.13.2
+VERSION=2.13.2.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 e5b6236377a..a5e393039ed 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.2)
+AM_INIT_AUTOMAKE(bfd, 2.13.2.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/'`