diff options
| author | Gavin Andresen <[email protected]> | 2011-10-08 17:29:47 -0400 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2011-10-08 17:29:47 -0400 |
| commit | 94eaab77109dd4fa568a855a375adb2c2a3207f9 (patch) | |
| tree | 7a0d1b5d51bddb4f892515ec2d42a393a417338f /src | |
| parent | Remove old wx translations, updated qt translations (diff) | |
| download | discoin-94eaab77109dd4fa568a855a375adb2c2a3207f9.tar.xz discoin-94eaab77109dd4fa568a855a375adb2c2a3207f9.zip | |
Bump version to 0.5.0.0
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 396594cf7..beb87f1d0 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 = 40100; +static const int VERSION = 50000; static const char* pszSubVer = ""; static const bool VERSION_IS_BETA = true; |