* version.cc (version_string): Set to "1.5".

This commit is contained in:
Ian Lance Taylor 2008-04-08 14:29:55 +00:00
parent 47fbb84b2e
commit e24f324cc6
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2008-04-07 Ian Lance Taylor <iant@google.com>
* version.cc (version_string): Set to "1.5".
* x86_64.cc (Target_x86_64::Scan): Change from struct to class.
Add issued_non_pic_error_ field. Declare check_non_pic.
(Target_x86_64::Scan::check_non_pic): New function.

View File

@ -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.