This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch 2.18 branch] bump binutils version


Building binutils from the 2.18 branch results in a version 2.18.<date>, which
is newer than the version from the trunk (2.18.50.<date>).  Bumping the version
on the branch to 2.18.0 results in a version which is still older than the
version from the trunk.

Maybe this version bump on the branch could be added to the release notes for
developers (or something like this).

  Matthias
2007-11-28  Matthias Klose  <doko@ubuntu.com>

	* configure.in: Bump version to 2.18.0
	* configure: Regenerate.

--- ../binutils-2.18.1~cvs20071027/bfd/configure.in	2007-08-28 22:21:08.000000000 +0200
+++ binutils-2.18.1~cvs20071027/bfd/configure.in	2007-11-28 23:36:14.000000000 +0100
@@ -8,7 +8,7 @@
 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.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]