projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b93f36
)
* version.cc (version_string): Bump to 1.8.
author
Ian Lance Taylor
<ian@airs.com>
Wed, 7 Jan 2009 21:39:25 +0000
(21:39 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 7 Jan 2009 21:39:25 +0000
(21:39 +0000)
gold/ChangeLog
patch
|
blob
|
history
gold/version.cc
patch
|
blob
|
history
diff --git
a/gold/ChangeLog
b/gold/ChangeLog
index 626532a9ab14e265fe940ad14467067a991366ec..9e2d1e0eb827acc29c44f728d9a151804e4b0b88 100644
(file)
--- a/
gold/ChangeLog
+++ b/
gold/ChangeLog
@@
-1,3
+1,7
@@
+2009-01-07 Ian Lance Taylor <iant@google.com>
+
+ * version.cc (version_string): Bump to 1.8.
+
2008-12-23 Cary Coutant <ccoutant@google.com>
* gold.cc (gold_exit): Call plugin cleanup handlers on exit.
diff --git
a/gold/version.cc
b/gold/version.cc
index 0e938f715fb4fc296f341aeffc6b94957fe3ce9f..2e4b7776f2e9bdc925f8d24be1ef3b2da9cd66a1 100644
(file)
--- 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.
7
";
+static const char* version_string = "1.
8
";
// Report version information.