diff options
author | Craig Silverstein <csilvers@google.com> | 2008-03-11 20:06:31 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-03-11 20:06:31 +0000 |
commit | 5340de5bee5a0c6a098684ecbe09bd260f9d5fc4 (patch) | |
tree | c81565ad74bff0d8c42b3c39e1f5235c3cf19d74 /gold/version.cc | |
parent | If we a section with no flags followed by a section with the same name (diff) | |
download | binutils-gdb-5340de5bee5a0c6a098684ecbe09bd260f9d5fc4.tar.gz binutils-gdb-5340de5bee5a0c6a098684ecbe09bd260f9d5fc4.tar.bz2 binutils-gdb-5340de5bee5a0c6a098684ecbe09bd260f9d5fc4.zip |
Up version to 1.2, as the 1.2 binary was pushed to users today.
Diffstat (limited to 'gold/version.cc')
-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 691be430d4d..eb5b8017f57 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 = "1.1"; +static const char* version_string = "1.2"; // Report version information. |