* version.cc (version_string): Bump to 1.11.
authorIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 2011 22:27:55 +0000 (22:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 24 Jan 2011 22:27:55 +0000 (22:27 +0000)
gold/ChangeLog
gold/version.cc

index 32bdcab..3cf3286 100644 (file)
@@ -1,5 +1,9 @@
 2011-01-24  Ian Lance Taylor  <iant@google.com>
 
+       * version.cc (version_string): Bump to 1.11.
+
+2011-01-24  Ian Lance Taylor  <iant@google.com>
+
        * plugin.cc (class Plugin_rescan): Define new class.
        (Plugin_manager::claim_file): Set any_claimed_.
        (Plugin_manager::save_archive): New function.
index 91d0d37..0b6e257 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.10";
+static const char* version_string = "1.11";
 
 // Report version information.