aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-08-27 19:07:05 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-08-27 19:07:05 +0000
commitb9b15578bb52a7a7394fd1ef497f186c5c950cb1 (patch)
treedbd2d0667cfb2a203993862fa936b0f82d7e26e4 /src
parente0adf1389774c802a39715b1de76f0b1115eb77f (diff)
downloadbitcoin-b9b15578bb52a7a7394fd1ef497f186c5c950cb1.tar.xz
Bump version to 0.4.8
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 c7e64dac76..18aa2a56a3 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 = 40703;
+static const int VERSION = 40800;
static const char* pszSubVer = "";
static const bool VERSION_IS_BETA = true;