diff options
author | Craig Silverstein <csilvers@google.com> | 2008-03-17 17:56:52 +0000 |
---|---|---|
committer | Craig Silverstein <csilvers@google.com> | 2008-03-17 17:56:52 +0000 |
commit | 5d96d68f647fe4f54cfba879581de9ac15ef4f9b (patch) | |
tree | 6d8ba17f3496d2bca3bf81db99575b61ccc8f341 /gold/version.cc | |
parent | 9356cf8d06a33efeea2c28fc4b3544a50d44695e (diff) | |
download | fsf-binutils-gdb-5d96d68f647fe4f54cfba879581de9ac15ef4f9b.zip fsf-binutils-gdb-5d96d68f647fe4f54cfba879581de9ac15ef4f9b.tar.gz fsf-binutils-gdb-5d96d68f647fe4f54cfba879581de9ac15ef4f9b.tar.bz2 |
Up the version number to 1.3, which was just pushed to devtools.
Diffstat (limited to 'gold/version.cc')
-rw-r--r-- | gold/version.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/version.cc b/gold/version.cc index 243cd07..6f11e08 100644 --- a/gold/version.cc +++ b/gold/version.cc @@ -33,7 +33,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.2"; +static const char* version_string = "1.3"; // Report version information. |