* version.cc (version_string): Set to "1.5".
This commit is contained in:
parent
47fbb84b2e
commit
e24f324cc6
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue