* version.cc (version_string): Bump to 1.10.
authorIan Lance Taylor <ian@airs.com>
Tue, 3 Aug 2010 14:29:27 +0000 (14:29 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 3 Aug 2010 14:29:27 +0000 (14:29 +0000)
gold/ChangeLog
gold/version.cc

index a56d3ac..389bdbf 100644 (file)
@@ -1,5 +1,9 @@
 2010-08-03  Ian Lance Taylor  <iant@google.com>
 
+       * version.cc (version_string): Bump to 1.10.
+
+2010-08-03  Ian Lance Taylor  <iant@google.com>
+
        PR 11805
        * layout.h (enum Output_section_order): Define.
        (class Layout): Update declarations.
index caaa8a6..31753f7 100644 (file)
@@ -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.