aboutsummaryrefslogtreecommitdiff
path: root/src/serialize.h
diff options
context:
space:
mode:
authorLuke Dashjr <[email protected]>2011-12-15 19:25:29 -0500
committerLuke Dashjr <[email protected]>2011-12-15 19:25:29 -0500
commit1f53204045313eb0243c7b2372d241105c257ca2 (patch)
tree56533b125ee2379754262eece080c34a91232bbb /src/serialize.h
parentMerge branch 'restore_old_miniupnp_compat' into 0.4.x (diff)
downloaddiscoin-1f53204045313eb0243c7b2372d241105c257ca2.tar.xz
discoin-1f53204045313eb0243c7b2372d241105c257ca2.zip
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 64fae0367..7876990d0 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;