aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-10-10 14:22:31 -0400
committerLuke Dashjr <luke-jr+git@utopios.org>2011-10-10 14:22:31 -0400
commitaec5c5fe26293452d3fe7acf1e4c20830613812c (patch)
tree1019b813ecaa9b6dc7fc0df657f4a48083b64e24 /src/serialize.h
parent600dc6255971bfe152767c67e7ca6866fb1541ea (diff)
downloadbitcoin-aec5c5fe26293452d3fe7acf1e4c20830613812c.tar.xz
Bump version to 0.4.1
Diffstat (limited to 'src/serialize.h')
-rw-r--r--src/serialize.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h
index 698bdfe6a9..320ce9d2ae 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 = 40000;
+static const int VERSION = 40100;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;