diff options
| author | Luke Dashjr <[email protected]> | 2011-12-15 19:32:15 -0500 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2011-12-15 19:32:15 -0500 |
| commit | 98c0b8b85ed1971bed13dc51edc68e0651fa5e73 (patch) | |
| tree | 5c94fd9849577577ed1577f67b3afe5e4aeb003d /src | |
| parent | Fix status bar not displaying Alerts. (diff) | |
| parent | Bump version to 0.4.3 (diff) | |
| download | discoin-98c0b8b85ed1971bed13dc51edc68e0651fa5e73.tar.xz discoin-98c0b8b85ed1971bed13dc51edc68e0651fa5e73.zip | |
Bump version to 0.5.0.2
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..d1296ed68 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 = 50002; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |