]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* configure.in: Version 2.13.2 released, set is_release.
authorDaniel Jacobowitz <drow@false.org>
Sun, 29 Dec 2002 04:30:32 +0000 (04:30 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 29 Dec 2002 04:30:32 +0000 (04:30 +0000)
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index 45d088461e5afc9506501b12b2029fa3236c8b4e..b3755f727859f7ceb836596a4bd209aed8585464 100644 (file)
@@ -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.
index 0e57f5dce78a99b3aa0bf36fa8c5f97eebf14ee2..ad57c9e3019a1041bfeb331b61ea2543eb8942a9 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 e5b6236377a8e51e922ee0ec749863eae9167a93..c34af98dec66b8132e0f1b30ff060201ada47451 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/'`