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 | e3c4a052e5f8cf572c50917a7555b90f38bda308 (patch) | |
tree | 6df37a1f03bc06f1b3631f0034efa0fee4e1d64c | |
parent | a7fa96530ad1a155940d640bbb10870483793f5a (diff) | |
download | binutils-redhat-e3c4a052e5f8cf572c50917a7555b90f38bda308.tar.gz |
Up version to 1.2, as the 1.2 binary was pushed to users today.
-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 691be430d4..eb5b8017f5 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. |