PATCH: mark 2.12 release in configure.in
Daniel Jacobowitz
drow@mvista.com
Fri Mar 8 11:14:00 GMT 2002
More information about the Binutils mailing list
Fri Mar 8 11:14:00 GMT 2002
- Previous message (by thread): The NLS/gettext issues
- Next message (by thread): 2.12 ready for release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Committed to branch. -- Daniel Jacobowitz Carnegie Mellon University MontaVista Software Debian GNU/Linux Developer 2002-03-07 Daniel Jacobowitz <drow@mvista.com> * configure.in: Set is_release=y for 2.12 release. * configure: Likewise. Index: bfd/configure =================================================================== RCS file: /cvs/src/src/bfd/configure,v retrieving revision 1.103.2.2 diff -u -p -r1.103.2.2 configure --- configure 2002/03/08 05:59:15 1.103.2.2 +++ configure 2002/03/08 06:13:44 @@ -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: bfd/configure.in =================================================================== RCS file: /cvs/src/src/bfd/configure.in,v retrieving revision 1.85.2.2 diff -u -p -r1.85.2.2 configure.in --- configure.in 2002/03/08 05:59:17 1.85.2.2 +++ configure.in 2002/03/08 06:13:44 @@ -9,7 +9,7 @@ AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.12) # 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/'`
- Previous message (by thread): The NLS/gettext issues
- Next message (by thread): 2.12 ready for release
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list