* version.cc (version_string): Bump to 1.8.
authorIan Lance Taylor <ian@airs.com>
Wed, 28 Jan 2009 20:18:11 +0000 (20:18 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 28 Jan 2009 20:18:11 +0000 (20:18 +0000)
gold/ChangeLog
gold/version.cc

index 579835a..bae5102 100644 (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
index 71d163b..65a073f 100644 (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.