Bump version to 0.5.6
[novacoin.git] / src / serialize.h
index e388819..e414bd0 100644 (file)
@@ -60,7 +60,7 @@ class CDataStream;
 class CAutoFile;
 static const unsigned int MAX_SIZE = 0x02000000;
 
-static const int VERSION = 50301;
+static const int VERSION = 50600;
 static const char* pszSubVer = "";
 static const bool VERSION_IS_BETA = true;
 
@@ -1245,8 +1245,6 @@ public:
     int nType;
     int nVersion;
 
-    typedef FILE element_type;
-
     CAutoFile(FILE* filenew=NULL, int nTypeIn=SER_DISK, int nVersionIn=VERSION)
     {
         file = filenew;