]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Clear is_release on the branch again.
authorDaniel Jacobowitz <drow@false.org>
Sun, 29 Dec 2002 05:10:25 +0000 (05:10 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 29 Dec 2002 05:10:25 +0000 (05:10 +0000)
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index b3755f727859f7ceb836596a4bd209aed8585464..58989f9f93bdd04d95c51dfde09828e3c9250e2e 100644 (file)
@@ -1,3 +1,8 @@
+2002-12-29  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Clear is_release on the branch again.
+       * configure: Regenerate.
+
 2002-12-28  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Version 2.13.2 released, set is_release.
index ad57c9e3019a1041bfeb331b61ea2543eb8942a9..0e57f5dce78a99b3aa0bf36fa8c5f97eebf14ee2 100755 (executable)
@@ -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 c34af98dec66b8132e0f1b30ff060201ada47451..e5b6236377a8e51e922ee0ec749863eae9167a93 100644 (file)
@@ -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/'`