diff options
author | Ian Lance Taylor <iant@google.com> | 2008-03-21 17:48:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <iant@google.com> | 2008-03-21 17:48:18 +0000 |
commit | f5921069ece6c234d10bcfe46473902abbac20bb (patch) | |
tree | 50ab35cfff5421f6b073f7d1704d9f2c014cd331 /gold/version.cc | |
parent | b84876c212d427f144dd46d8f2086b85ac16538e (diff) | |
download | gdb-f5921069ece6c234d10bcfe46473902abbac20bb.zip gdb-f5921069ece6c234d10bcfe46473902abbac20bb.tar.gz gdb-f5921069ece6c234d10bcfe46473902abbac20bb.tar.bz2 |
Bump version for general release.
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 6f11e08..489880d 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.3"; +static const char* version_string = "1.4"; // Report version information. |