commit 0164d82b084a5983ecfd8f4a089fb1b9b7f4cb16
parent 124bf3906d197cf257c369296096fe8f8a4d59f3
Author: Shinoa-Fores <btcinfo@sdf.org>
Date: Wed, 13 Jan 2021 17:11:00 -0500
bitcoin-v0_5_3_1-rev_bump.7.vpatch
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bitcoin/src/serialize.h b/bitcoin/src/serialize.h
@@ -41,7 +41,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
-static const int VERSION = 50300;
+static const int VERSION = 50301;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;