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

This commit is contained in:
Ian Lance Taylor 2009-01-28 20:18:11 +00:00
parent e0ebcf42c2
commit 75fe7426f9
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2009-01-28 Ian Lance Taylor <iant@google.com>
* version.cc (version_string): Bump to 1.8.
* gold.h: Include <cstring> and <stdint.h>.
* version.cc: Include <cstdio>.
* object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a

View File

@ -36,7 +36,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.8";
static const char* version_string = "1.9";
// Report version information.