diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:29:55 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-04-08 14:29:55 +0000 |
commit | e24f324cc638a23896ed695323a4be47e4895102 (patch) | |
tree | 4b5f049232fa82a0d8a6f9dacca5aed4cfae8be3 /gold/version.cc | |
parent | 47fbb84b2e5759742a79044269e4903d2176303d (diff) | |
download | binutils-gdb-e24f324cc638a23896ed695323a4be47e4895102.tar.gz |
* version.cc (version_string): Set to "1.5".
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 4b034b99d3c..9b0a9d9b95c 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. |