From: Ian Lance Taylor Date: Sat, 19 Apr 2008 20:15:56 +0000 (+0000) Subject: * version.cc (version_string): Bump to 1.6. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5ea2bac64da364152b317633e03b6898ec56c517;p=binutils-gdb.git * version.cc (version_string): Bump to 1.6. --- diff --git a/gold/ChangeLog b/gold/ChangeLog index c272076bb44..c3ad5202ed0 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,7 @@ 2008-04-19 Ian Lance Taylor + * version.cc (version_string): Bump to 1.6. + * testsuite/Makefile.am (many_sections_r_test): New target. (many_sections_r_test_SOURCES): Remove. (many_sections_r_test_DEPENDENCIES): Remove. diff --git a/gold/version.cc b/gold/version.cc index 9b0a9d9b95c..e86fd1c69d8 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -35,7 +35,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.5"; +static const char* version_string = "1.6"; // Report version information.