diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-06 20:11:05 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-05-08 12:58:39 -0400 |
commit | 8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f (patch) | |
tree | 621c382e3480b84c328bdd814f5ffe2865b7208c /src/version.h | |
parent | 5e27f737fa9575f7e060e455956a3851ae28ded3 (diff) |
Bump versions for 0.6.2v0.6.2
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/version.h b/src/version.h index 9b92bd618e..fec63cb7cc 100644 --- a/src/version.h +++ b/src/version.h @@ -12,8 +12,8 @@ static const int CLIENT_VERSION_MAJOR = 0; static const int CLIENT_VERSION_MINOR = 6; -static const int CLIENT_VERSION_REVISION = 1; -static const int CLIENT_VERSION_BUILD = 3; +static const int CLIENT_VERSION_REVISION = 2; +static const int CLIENT_VERSION_BUILD = 0; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR |