PATCH COMMITTED: Up gold version number to 1.7

Craig Silverstein csilvers@google.com
Tue Jun 24 08:41:00 GMT 2008


I just committed the following patch to the gold cvs repository.
Right now, the version increments happen at pretty arbitrary times,
mostly to help with debugging; eventually gold version numbers will be
incorporated with binutils versioning.

craig

--cut here--

2008-06-23  Craig Silverstein  <csilvers@google.com>

        * version.cc (version_string): Bump to 1.7

--- version.cc  19 Apr 2008 20:15:56 -0000      1.13
+++ version.cc  24 Jun 2008 06:14:58 -0000      1.14
@@ -35,7 +35,7 @@
 // version number from configure.ac.  But it's easier to just change
 // this file for now.
 
-static const char* version_string = "1.6";
+static const char* version_string = "1.7";
 
 // Report version information.
 



More information about the Binutils mailing list