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]

Bump gold version number


It's been nearly six months since we bumped the gold version number,
and there is a lot of new stuff in there, and binutils 2.19 was
released.  I committed this patch to bump the version number to 1.8.

Ian


2009-01-07  Ian Lance Taylor  <iant@google.com>

	* version.cc (version_string): Bump to 1.8.


Index: version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.14
diff -p -u -r1.14 version.cc
--- version.cc	24 Jun 2008 06:14:58 -0000	1.14
+++ version.cc	7 Jan 2009 21:28:06 -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.7";
+static const char* version_string = "1.8";
 
 // Report version information.
 

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