From: Ian Lance Taylor Date: Mon, 24 Jan 2011 22:27:55 +0000 (+0000) Subject: * version.cc (version_string): Bump to 1.11. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8e51a0b9153bca0cd768e3a4bc99ad0f9f082ed7;p=binutils-gdb.git * version.cc (version_string): Bump to 1.11. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index 32bdcab165e..3cf3286643d 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2011-01-24 Ian Lance Taylor + + * version.cc (version_string): Bump to 1.11. + 2011-01-24 Ian Lance Taylor * plugin.cc (class Plugin_rescan): Define new class. diff --git a/gold/version.cc b/gold/version.cc index 91d0d37cf32..0b6e257dbaf 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.