From: Daniel Jacobowitz Date: Thu, 13 Dec 2007 13:49:36 +0000 (+0000) Subject: 2007-12-13 Matthias Klose X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c737961c1a779b0552c407989603ac69d384795a;p=thirdparty%2Fbinutils-gdb.git 2007-12-13 Matthias Klose * configure.in: Bump version to 2.18.0 * configure: Regenerate. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dc188b52118..b5984017281 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-12-13 Matthias Klose + + * configure.in: Bump version to 2.18.0 + * configure: Regenerate. + 2007-11-29 Nick Clifton PR ld/5398 diff --git a/bfd/configure b/bfd/configure index f5a6739efe5..76e2b305165 100755 --- a/bfd/configure +++ b/bfd/configure @@ -2994,7 +2994,7 @@ fi # Define the identity of the package. PACKAGE=bfd - VERSION=2.18 + VERSION=2.18.0 cat >>confdefs.h <<_ACEOF diff --git a/bfd/configure.in b/bfd/configure.in index 4c3523ce9c1..95f3719d381 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -8,7 +8,7 @@ AC_CONFIG_SRCDIR([libbfd.c]) AC_CANONICAL_TARGET AC_ISC_POSIX -AM_INIT_AUTOMAKE(bfd, 2.18) +AM_INIT_AUTOMAKE(bfd, 2.18.0) dnl These must be called before AM_PROG_LIBTOOL, because it may want dnl to call AC_CHECK_PROG.