diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 10:14:33 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2012-04-27 10:14:33 -0400 |
commit | 2c31cfc27128d470104a7ed221ea584b87cbcdd6 (patch) | |
tree | c9ae000fd0c2815fbc9e301dbc0b77b7bbfd6712 /src/version.h | |
parent | dfead66eacbaa5fa2921694c1a2e77835d1191fc (diff) |
Bump version numbers for 0.6.1rc1
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 f63b1bdadd..e8d5b5c421 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 = 0; -static const int CLIENT_VERSION_BUILD = 99; +static const int CLIENT_VERSION_REVISION = 1; +static const int CLIENT_VERSION_BUILD = 1; static const int CLIENT_VERSION = 1000000 * CLIENT_VERSION_MAJOR |