diff options
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 4b034b9..9b0a9d9 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -35,7 +35,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.4"; +static const char* version_string = "1.5"; // Report version information. |