diff options
author | Cary Coutant <ccoutant@gmail.com> | 2016-12-23 08:00:13 -0800 |
---|---|---|
committer | Cary Coutant <ccoutant@gmail.com> | 2016-12-23 08:00:13 -0800 |
commit | d81c735641cf6245c837a0203e9efaf21e63c27e (patch) | |
tree | f11f64502ea1e37fe0444ad65589b65838ae40b3 /gold/ChangeLog | |
parent | 6eda96bcf3a53843feb5d6d4441f0d9da7bc8a75 (diff) | |
download | gdb-d81c735641cf6245c837a0203e9efaf21e63c27e.zip gdb-d81c735641cf6245c837a0203e9efaf21e63c27e.tar.gz gdb-d81c735641cf6245c837a0203e9efaf21e63c27e.tar.bz2 |
Bump gold version number to 1.14.
* NEWS: Add new features in 1.14.
* version.cc (version_string): Bump to 1.14.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index fea77ca..9243f2a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,8 @@ +2016-12-23 Cary Coutant <ccoutant@gmail.com> + + * NEWS: Add new features in 1.14. + * version.cc (version_string): Bump to 1.14. + 2016-12-22 Cary Coutant <ccoutant@gmail.com> PR gold/17643 |