Bump version to 0.5.2
[novacoin.git] / src / serialize.h
index 64f67fd..388e655 100644 (file)
@@ -30,7 +30,7 @@ typedef unsigned long long  uint64;
 #define for  if (false) ; else for
 #endif
 
-#ifdef __WXMSW__
+#ifdef WIN32
 #include <windows.h>
 // This is used to attempt to keep keying material out of swap
 // Note that VirtualLock does not provide this as a guarantee on Windows,
@@ -60,7 +60,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 40000;
+static const int VERSION = 50200;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;