]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-05-14 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Tue, 14 May 2002 23:36:38 +0000 (23:36 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 14 May 2002 23:36:38 +0000 (23:36 +0000)
        * configure.in: Set is_release=y for 2.12.1 release.
        * configure: Likewise.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index acc122cc30d88455894e47fe248668703fb0e763..987bd681bc59bce0b01b2b1c17160055e76099bd 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Set is_release=y for 2.12.1 release.
+       * configure: Likewise.
+
 2002-05-13  David Edelsohn  <edelsohn@gnu.org>
 
        * configure.in: Auto-configure HAVE_ST_C_IMPL.
index 8f259ec11a764d106c85cff292b9e51ea3df3652..94c88ab67a7e0ffa58e6545d65b46fe802123335 100755 (executable)
@@ -1199,7 +1199,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 d88110b4a2a2ea8e234523e3fdf6b035974ab102..defa540afcec38c5ecb0b82ca10b41de6ee4fa10 100644 (file)
@@ -9,7 +9,7 @@ AC_ISC_POSIX
 
 AM_INIT_AUTOMAKE(bfd, 2.12.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/'`