From: Daniel Jacobowitz Date: Thu, 7 Nov 2002 22:30:56 +0000 (+0000) Subject: * configure.in: Bump version and set is_release. X-Git-Tag: binutils-2_13_2~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=290c7a539b41aadb2aff5170dd94ba92db8805a2;p=external%2Fbinutils.git * configure.in: Bump version and set is_release. * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e9ac5d8..5ae244b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-11-07 Daniel Jacobowitz + + * configure.in: Bump version and set is_release. + * configure: Regenerate. + 2002-11-07 Nick Clifton * po/da.po: Updated Danish translation. diff --git a/bfd/configure b/bfd/configure index dbfea67..0bda6b5 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1118,7 +1118,7 @@ fi PACKAGE=bfd -VERSION=2.13 +VERSION=2.13.1 if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } @@ -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 96ba72a..0d7b3bf 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -7,9 +7,9 @@ AC_INIT(libbfd.c) AC_CANONICAL_SYSTEM AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.13) +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/'`