diff options
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/version.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 32bdcab..3cf3286 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -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. diff --git a/gold/version.cc b/gold/version.cc index 91d0d37..0b6e257 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -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. |