diff options
author | Daniel Jacobowitz <drow@false.org> | 2002-08-05 20:29:35 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2002-08-05 20:29:35 +0000 |
commit | 675db0c25bd2a3c8a87061b104162c62d3cd1610 (patch) | |
tree | 2246af5fffa393917f93eb8c6b661430385dc50e | |
parent | 992aca555694b33aced70ab8cc38afa51ce86676 (diff) | |
download | binutils-675db0c25bd2a3c8a87061b104162c62d3cd1610.tar.gz binutils-675db0c25bd2a3c8a87061b104162c62d3cd1610.tar.bz2 binutils-675db0c25bd2a3c8a87061b104162c62d3cd1610.zip |
* configure.in: Bump version, set is_release.
* configure: Regenerated.
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rwxr-xr-x | bfd/configure | 4 | ||||
-rw-r--r-- | bfd/configure.in | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d8233d64cdb..857359d4d3c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-08-05 Daniel Jacobowitz <drow@mvista.com> + + * configure.in: Bump version, set is_release. + * configure: Regenerated. + 2002-08-01 Daniel Jacobowitz <drow@mvista.com> Merge from mainline: diff --git a/bfd/configure b/bfd/configure index cfe8249affd..c47f89dc382 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1118,7 +1118,7 @@ fi PACKAGE=bfd -VERSION=2.12.91 +VERSION=2.13 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 38ce11be801..b9d4698ec77 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.12.91) +AM_INIT_AUTOMAKE(bfd, 2.13) # 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/'` |