From 43f9cd5d367cdbac857124ebb5c03c2e88afb3f2 Mon Sep 17 00:00:00 2001 From: Evan Duffield Date: Mon, 26 May 2014 13:05:17 -0700 Subject: [PATCH] forking now instead --- src/clientversion.h | 2 +- src/main.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/clientversion.h b/src/clientversion.h index 933ba3d9fb..f579a3f4d0 100644 --- a/src/clientversion.h +++ b/src/clientversion.h @@ -9,7 +9,7 @@ #define CLIENT_VERSION_MAJOR 0 #define CLIENT_VERSION_MINOR 9 #define CLIENT_VERSION_REVISION 4 -#define CLIENT_VERSION_BUILD 10 +#define CLIENT_VERSION_BUILD 11 // Set to true for release, false for prerelease or test build #define CLIENT_VERSION_IS_RELEASE true diff --git a/src/main.h b/src/main.h index 41b18de758..fbcc8b1adb 100644 --- a/src/main.h +++ b/src/main.h @@ -38,7 +38,7 @@ class CBitcoinAddress; #define MASTERNODE_PAYMENTS_EXPIRATION 10 #define START_MASTERNODE_PAYMENTS_TESTNET 1398872033+(60*25) #define START_MASTERNODE_PAYMENTS 1401033600 //Sun, 25 May 2014 16:00:00 GMT -#define START_MASTERNODE_PAYMENTS_STOP 1401217200 //Tue, 27 May 2014 19:00:00 GMT +#define START_MASTERNODE_PAYMENTS_STOP 1401134533 // Mon, 26 May 2014 20:02:13 GMT #define MASTERNODE_MIN_CONFIRMATIONS 6 #define MASTERNODE_MIN_MICROSECONDS 55*60*1000