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 COMMITTED: Bump gold version


With all the bug fixes and the change in format of compressed
debugging sections, it's time to bump the gold version.

Ian


2008-04-07  Ian Lance Taylor  <iant@google.com>

	* version.cc (version_string): Set to "1.5".


Index: version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.11
diff -u -p -r1.11 version.cc
--- version.cc	26 Mar 2008 23:36:46 -0000	1.11
+++ version.cc	8 Apr 2008 04:16:17 -0000
@@ -35,7 +35,7 @@ namespace gold
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.4";
+static const char* version_string = "1.5";
 
 // Report version information.
 

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