]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Clear is_release on the branch after release.
authorDaniel Jacobowitz <drow@false.org>
Thu, 7 Nov 2002 22:38:37 +0000 (22:38 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 7 Nov 2002 22:38:37 +0000 (22:38 +0000)
bfd/ChangeLog
bfd/configure
bfd/configure.in

index 5ae244bae72f79185b2e677d120a3693dde45a7f..e05cd12a4154e77e69b83587cff4f2994214d492 100644 (file)
@@ -1,3 +1,7 @@
+2002-11-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Clear is_release on the branch after release.
+
 2002-11-07  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Bump version and set is_release.
index 0bda6b5b2f12aff1f2e4a83f6900795cda84dec2..2eca955472a7f71606992a02c8e710f4163423d9 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 0d7b3bfabf02949fcdf133bb4d297525bf2c60eb..4db2520995a4c8cd2baa07c1a8e7f3aac48b16cd 100644 (file)
@@ -9,7 +9,7 @@ AC_ISC_POSIX
 
 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/'`