aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2011-12-15 19:25:29 -0500
committerLuke Dashjr <luke-jr+git@utopios.org>2011-12-15 19:25:29 -0500
commit1f53204045313eb0243c7b2372d241105c257ca2 (patch)
tree56533b125ee2379754262eece080c34a91232bbb /src/serialize.h
parentb379bc5eefb2bd0091c4b016e24a406d36454bfa (diff)
downloadbitcoin-1f53204045313eb0243c7b2372d241105c257ca2.tar.xz
Bump version to 0.4.3
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 64fae0367e..7876990d04 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 = 40200;
+static const int VERSION = 40300;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;