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

This commit is contained in:
Ian Lance Taylor 2011-01-24 22:27:55 +00:00
parent 0f3b89d87a
commit 8e51a0b915
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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.