diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-08-03 14:29:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-08-03 14:29:27 +0000 |
commit | 7af0c62018c46f61c3653a2662faace8598da2ea (patch) | |
tree | f90c9e15a23db7166f4427394d01247424dc774f /gold | |
parent | 1222b29101634c6769d9f8c5400c08983030d40a (diff) | |
download | gdb-7af0c62018c46f61c3653a2662faace8598da2ea.zip gdb-7af0c62018c46f61c3653a2662faace8598da2ea.tar.gz gdb-7af0c62018c46f61c3653a2662faace8598da2ea.tar.bz2 |
* version.cc (version_string): Bump to 1.10.
Diffstat (limited to 'gold')
-rw-r--r-- | gold/ChangeLog | 4 | ||||
-rw-r--r-- | gold/version.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index a56d3ac..389bdbf 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,9 @@ 2010-08-03 Ian Lance Taylor <iant@google.com> + * version.cc (version_string): Bump to 1.10. + +2010-08-03 Ian Lance Taylor <iant@google.com> + PR 11805 * layout.h (enum Output_section_order): Define. (class Layout): Update declarations. diff --git a/gold/version.cc b/gold/version.cc index caaa8a6..31753f7 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -37,7 +37,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.9"; +static const char* version_string = "1.10"; // Report version information. |