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: Up gold version number to 1.7


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.
 


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