Browse Source

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

cgen-1_1-branch
Ian Lance Taylor 18 years ago
parent
commit
75fe7426f9
  1. 2
      gold/ChangeLog
  2. 2
      gold/version.cc

2
gold/ChangeLog

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

2
gold/version.cc

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

Loading…
Cancel
Save