From 27f7b092c26b84633a4a266ba8ff01154d915035 Mon Sep 17 00:00:00 2001 From: Cary Coutant Date: Fri, 12 Jan 2018 18:38:11 -0800 Subject: Update gold version number to 1.15. gold/ * NEWS: Add new features in 1.15. * version.cc (version_string): Bump to 1.15. --- gold/version.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gold/version.cc') diff --git a/gold/version.cc b/gold/version.cc index fd7fd9a..e6d3e26 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.14"; +static const char* version_string = "1.15"; // Report version information. -- cgit v1.1