summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-12-29 04:30:32 +0000
committerDaniel Jacobowitz <drow@false.org>2002-12-29 04:30:32 +0000
commit653bc1eeca5d56470809c533026aaecbe96781b3 (patch)
treef97bca372fc38a79ed14f23c34dd6521e531f790
parent84ceb01fcd5e454a02faeca6d0d0fda1ee9abb53 (diff)
downloadbinutils-gdb-653bc1eeca5d56470809c533026aaecbe96781b3.tar.gz
* configure.in: Version 2.13.2 released, set is_release.
* configure: Regenerate.
-rw-r--r--bfd/ChangeLog5
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 7 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 45d088461e5..b3755f72785 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2002-12-28 Daniel Jacobowitz <drow@mvista.com>
+
+ * configure.in: Version 2.13.2 released, set is_release.
+ * configure: Regenerate.
+
2002-12-20 Daniel Jacobowitz <drow@mvista.com>
* configure.in: Bump version to 2.13.2.
diff --git a/bfd/configure b/bfd/configure
index 0e57f5dce78..ad57c9e3019 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -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..c34af98dec6 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -9,7 +9,7 @@ AC_ISC_POSIX
AM_INIT_AUTOMAKE(bfd, 2.13.2)
# 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/'`