diff options
| author | Gavin Andresen <[email protected]> | 2011-12-16 12:31:59 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-12-16 12:31:59 -0500 |
| commit | 8896c2d9d64d71e25b31d7a389f0b8db49a1e50a (patch) | |
| tree | 5809cda42acb1e87c3dcef876b86421e3edb266b /src | |
| parent | Merge pull request #700 from TheBlueMatt/qtalertfix (diff) | |
| download | discoin-8896c2d9d64d71e25b31d7a389f0b8db49a1e50a.tar.xz discoin-8896c2d9d64d71e25b31d7a389f0b8db49a1e50a.zip | |
Bump version 0.5.99 (prep for pulling for version 0.6)
Diffstat (limited to 'src')
| -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 78cff43d5..efa59808f 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 = 50100; +static const int VERSION = 59900; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |