diff options
| author | Luke Dashjr <[email protected]> | 2012-01-10 15:58:29 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2012-01-10 15:58:29 -0500 |
| commit | 98811f6ad4764f63e510d703d1659589c083fa05 (patch) | |
| tree | beed0c2d3fe15938f81c48dca26fbbdeefced108 /src/serialize.h | |
| parent | Merge branch '0.5.0.x' into 0.5.x (diff) | |
| download | discoin-98811f6ad4764f63e510d703d1659589c083fa05.tar.xz discoin-98811f6ad4764f63e510d703d1659589c083fa05.zip | |
Bump version to 0.5.3
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 37748e4cd..eacf51bc3 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 = 50200; +static const int VERSION = 50300; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |