diff options
| author | Gavin Andresen <[email protected]> | 2011-11-21 13:38:09 -0500 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-11-21 13:38:38 -0500 |
| commit | 67c454c67cc7c8f775d38dd024da35101460aed9 (patch) | |
| tree | 11b281d338074a0927509242a7bf2b2646d3c913 /src | |
| parent | Merge pull request #653 from luke-jr/bugfix_transparent_tooltip (diff) | |
| download | discoin-67c454c67cc7c8f775d38dd024da35101460aed9.tar.xz discoin-67c454c67cc7c8f775d38dd024da35101460aed9.zip | |
Bump version to 0.5.1
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 53867e939..78cff43d5 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 = 50001; +static const int VERSION = 50100; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |