X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fversion.h;h=fec63cb7cc840591fe06ba959e65e018e10a0e65;hp=9b92bd618e0e2ff06205ad01bf560e33595a3669;hb=8ff1873096d29a105ea98d6cd03c4f8f7b9cea0f;hpb=5e27f737fa9575f7e060e455956a3851ae28ded3 diff --git a/src/version.h b/src/version.h index 9b92bd6..fec63cb 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