summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2002-12-29 04:30:32 +0000
committerDaniel Jacobowitz <dan@debian.org>2002-12-29 04:30:32 +0000
commit6f919151d306f6aefc6e7504a0aadd1301367395 (patch)
tree5fda58035d0d1fe2e92a0779b2f3cd2365668d57
parent9372309c44a7e1e2fdc281068376788cfa5ca9f5 (diff)
downloadgdb-binutils-2_13_2.tar.gz
* configure.in: Version 2.13.2 released, set is_release.binutils-2_13_2
* 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/'`