diff options
author | Craig Silverstein <csilvers@google.com> | 2007-12-08 03:17:25 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2007-12-08 03:17:25 +0000 |
commit | 53765ea3d793c1f2114aa4441e561fb81406c201 (patch) | |
tree | cca154d4ebf62906467740b7e0fa5ec29df0502b /gold | |
parent | bc2c67ffde4dd6cf884aa5fcb93e1fc8b3cb16a8 (diff) | |
download | gdb-53765ea3d793c1f2114aa4441e561fb81406c201.zip gdb-53765ea3d793c1f2114aa4441e561fb81406c201.tar.gz gdb-53765ea3d793c1f2114aa4441e561fb81406c201.tar.bz2 |
Released gold-alpha 0.9.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/version.cc b/gold/version.cc index 1ba5c70..2e6a136 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -33,7 +33,7 @@ namespace gold // version number from configure.ac. But it's easier to just change // this file for now. -static const char* version_string = "0.8"; +static const char* version_string = "0.9"; // Report version information. |