* 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 579835aa941a9cd5cd911b03c117f03f8416cf72..bae5102fff72e16db51f58af412bbf324ba71855 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 71d163bb9e8560910f29dbd7c1947acf2fd83b4b..65a073f650a75010aa67431707313453ba5c166d 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.
 
This page took 0.034737 seconds and 4 git commands to generate.