]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2007-12-13 Matthias Klose <doko@ubuntu.com>
authorDaniel Jacobowitz <drow@false.org>
Thu, 13 Dec 2007 13:49:36 +0000 (13:49 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 13 Dec 2007 13:49:36 +0000 (13:49 +0000)
* configure.in: Bump version to 2.18.0
* configure: Regenerate.

bfd/ChangeLog
bfd/configure
bfd/configure.in

index dc188b52118b896816d9388271d04147b437d100..b59840172816ac916d0044e52393c10fa80e1307 100644 (file)
@@ -1,3 +1,8 @@
+2007-12-13  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.in: Bump version to 2.18.0
+       * configure: Regenerate.
+
 2007-11-29  Nick Clifton  <nickc@redhat.com>
 
        PR ld/5398
index f5a6739efe5f79362ec4e1519e6e321353366593..76e2b30516533a1b88a3ef4ff86879989315bbbf 100755 (executable)
@@ -2994,7 +2994,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=bfd
- VERSION=2.18
+ VERSION=2.18.0
 
 
 cat >>confdefs.h <<_ACEOF
index 4c3523ce9c17c8ce02613b086d8b9057eaca5333..95f3719d3819cef5f10ff0344bb4c9640c09452d 100644 (file)
@@ -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.