Second pre-release update
[novacoin.git] / src / version.h
index 7775a76..45c66db 100644 (file)
@@ -22,6 +22,11 @@ extern const std::string CLIENT_BUILD;
 extern const std::string CLIENT_DATE;
 
 //
+// database format versioning
+//
+static const int DATABASE_VERSION = 60011;
+
+//
 // network protocol versioning
 //