summaryrefslogtreecommitdiff
path: root/gold/version.cc
diff options
context:
space:
mode:
authorCary Coutant <ccoutant@gmail.com>2016-06-20 20:13:08 -0700
committerCary Coutant <ccoutant@gmail.com>2016-06-20 20:13:08 -0700
commitf70be8a445d4ff75766073f16e92c313f9bdc0ca (patch)
treea05d4c8237355c912e1217bb5d0c41dd51921c5e /gold/version.cc
parentac69f7863a6b5dbd1792356275de437371b8c879 (diff)
Update gold to version 1.12.
gold/ * NEWS: Add new features in 1.12. * version.cc (version_string): Bump to 1.12.
Diffstat (limited to 'gold/version.cc')
-rw-r--r--gold/version.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/version.cc b/gold/version.cc
index e7e6e87653..5b0c810261 100644
--- a/gold/version.cc
+++ b/gold/version.cc
@@ -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.11";
+static const char* version_string = "1.12";
// Report version information.