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

This commit is contained in:
Ian Lance Taylor 2009-01-07 21:39:25 +00:00
parent 7b93f36dcb
commit 62a6d10909
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-01-07 Ian Lance Taylor <iant@google.com>
* version.cc (version_string): Bump to 1.8.
2008-12-23 Cary Coutant <ccoutant@google.com>
* gold.cc (gold_exit): Call plugin cleanup handlers on exit.

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.7";
static const char* version_string = "1.8";
// Report version information.