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]

[gold patch committed] Bump version number


I committed this patch to bump the gold version number up to 1.10.  It
was at 1.9 for over a year, and there have been quite a few changes.

Ian


2010-08-03  Ian Lance Taylor  <iant@google.com>

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


Index: version.cc
===================================================================
RCS file: /cvs/src/src/gold/version.cc,v
retrieving revision 1.18
diff -p -u -r1.18 version.cc
--- version.cc	8 Jan 2010 19:48:09 -0000	1.18
+++ version.cc	3 Aug 2010 14:28:53 -0000
@@ -37,7 +37,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.9";
+static const char* version_string = "1.10";
 
 // Report version information.
 

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