aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-06-14 15:59:18 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-06-14 15:59:18 +0000
commit9849f50b6866f326040622f124601efaa8c37434 (patch)
tree8b49fe0a6ee8429638bb09a609362983fe44cd63 /src
parent9a48f56fb02338b7f68ab9fd469abc1abe0011c3 (diff)
downloadbitcoin-9849f50b6866f326040622f124601efaa8c37434.tar.xz
Bump VERSION so we can differentiate between fixed 0.4.7rc2 and not-fixed 0.4.7rc1
Diffstat (limited to 'src')
-rw-r--r--src/serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index e3c3210e02..db3c963654 100644
--- a/src/serialize.h
+++ b/src/serialize.h
@@ -59,7 +59,7 @@ class CDataStream;
class CAutoFile;
static const unsigned int MAX_SIZE = 0x02000000;
-static const int VERSION = 40700;
+static const int VERSION = 40701;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;