diff options
| author | Gavin Andresen <[email protected]> | 2012-05-06 20:11:05 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2012-05-08 12:58:39 -0400 |
| commit | 8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f (patch) | |
| tree | 621c382e3480b84c328bdd814f5ffe2865b7208c /src | |
| parent | Bugfix: store source address in addrman (diff) | |
| download | discoin-0.6.2.tar.xz discoin-0.6.2.zip | |
Bump versions for 0.6.2v0.6.2
Diffstat (limited to 'src')
| -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 9b92bd618..fec63cb7c 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 |