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

This commit is contained in:
Ian Lance Taylor 2008-04-19 20:15:56 +00:00
parent 7bc3e21a1e
commit 5ea2bac64d
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-04-19 Ian Lance Taylor <iant@google.com>
* 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.

View File

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