diff --git a/wallet/clientversion.h b/wallet/clientversion.h index 011e16ad5..befb90049 100644 --- a/wallet/clientversion.h +++ b/wallet/clientversion.h @@ -8,7 +8,7 @@ // These need to be macros, as version.cpp's and bitcoin-qt.rc's voodoo requires it #define CLIENT_VERSION_MAJOR 3 #define CLIENT_VERSION_MINOR 0 -#define CLIENT_VERSION_REVISION 0 +#define CLIENT_VERSION_REVISION 1 #define CLIENT_VERSION_BUILD 0 // Converts the parameter X to a string after macro replacement on X has been performed. diff --git a/wallet/version.h b/wallet/version.h index afdac5c9c..72c0b306d 100644 --- a/wallet/version.h +++ b/wallet/version.h @@ -32,7 +32,7 @@ static const int DATABASE_VERSION = 70515; // network protocol versioning // -static const int PROTOCOL_VERSION = 60300; +static const int PROTOCOL_VERSION = 60301; // intial proto version, to be increased after version/verack negotiation static const int INIT_PROTO_VERSION = 209;