* NEWS: Add new features in 1.14.
* version.cc (version_string): Bump to 1.14.
+2016-12-23 Cary Coutant <ccoutant@gmail.com>
+
+ * NEWS: Add new features in 1.14.
+ * version.cc (version_string): Bump to 1.14.
+
2016-12-22 Cary Coutant <ccoutant@gmail.com>
PR gold/17643
+Changes in 1.14:
+
+* Add -z bndplt option (x86-64 only) to support Intel MPX.
+
+* Add --orphan-handling option.
+
+* Add --stub-group-multi option (PowerPC only).
+
+* Add --target1-rel, --target1-abs, --target2 options (Arm only).
+
+* Add -z stack-size option.
+
+* Add --be8 option (Arm only).
+
+* Add HIDDEN support in linker scripts.
+
+* Add SORT_BY_INIT_PRIORITY support in linker scripts.
+
Changes in 1.12:
* Add a configure option --enable-relro to decide whether -z relro should
// version number from configure.ac. But it's easier to just change
// this file for now.
-static const char* version_string = "1.12";
+static const char* version_string = "1.14";
// Report version information.