From: Daniel Jacobowitz Date: Sun, 29 Dec 2002 04:30:32 +0000 (+0000) Subject: * configure.in: Version 2.13.2 released, set is_release. X-Git-Tag: binutils-2_13_2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=653bc1eeca5d56470809c533026aaecbe96781b3;p=thirdparty%2Fbinutils-gdb.git * configure.in: Version 2.13.2 released, set is_release. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 45d088461e5..b3755f72785 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-12-28 Daniel Jacobowitz + + * configure.in: Version 2.13.2 released, set is_release. + * configure: Regenerate. + 2002-12-20 Daniel Jacobowitz * configure.in: Bump version to 2.13.2. diff --git a/bfd/configure b/bfd/configure index 0e57f5dce78..ad57c9e3019 100755 --- a/bfd/configure +++ b/bfd/configure @@ -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/'` diff --git a/bfd/configure.in b/bfd/configure.in index e5b6236377a..c34af98dec6 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -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/'`