diff --git a/gold/ChangeLog b/gold/ChangeLog index a56d3acc26e..389bdbf5ce3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,7 @@ +2010-08-03 Ian Lance Taylor + + * version.cc (version_string): Bump to 1.10. + 2010-08-03 Ian Lance Taylor PR 11805 diff --git a/gold/version.cc b/gold/version.cc index caaa8a6a97d..31753f7e53a 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.9"; +static const char* version_string = "1.10"; // Report version information.