diff options
| author | Luke Dashjr <[email protected]> | 2012-01-10 15:54:38 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-01-10 15:54:38 -0500 |
| commit | 507848b63d980d32798689db408ce980d77a5483 (patch) | |
| tree | 21894a1ed2356c0a9d069cd119e9e076482363db /src/serialize.h | |
| parent | Merge branch '0.4.x' into 0.5.0.x (diff) | |
| download | discoin-507848b63d980d32798689db408ce980d77a5483.tar.xz discoin-507848b63d980d32798689db408ce980d77a5483.zip | |
Bump version to 0.5.0.4
Diffstat (limited to 'src/serialize.h')
| -rw-r--r-- | src/serialize.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialize.h b/src/serialize.h index 0f075a5bf..5bee071e1 100644 --- a/src/serialize.h +++ b/src/serialize.h @@ -60,7 +60,7 @@ class CDataStream; class CAutoFile; static const unsigned int MAX_SIZE = 0x02000000; -static const int VERSION = 50003; +static const int VERSION = 50004; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |