PPCoin: Update version to 0.2.1
[novacoin.git] / src / version.h
index 9718e75..021f1e8 100644 (file)
@@ -26,13 +26,21 @@ extern const std::string CLIENT_NAME;
 extern const std::string CLIENT_BUILD;
 extern const std::string CLIENT_DATE;
 
+// ppcoin version - intended for display purpose ONLY
+#define PPCOIN_VERSION_MAJOR       0
+#define PPCOIN_VERSION_MINOR       2
+#define PPCOIN_VERSION_REVISION    1
+#define PPCOIN_VERSION_BUILD       0
+
 //
 // network protocol versioning
 //
 
-static const int PROTOCOL_VERSION = 60001;
+static const int PROTOCOL_VERSION = 60002;
 
 // earlier versions not supported as of Feb 2012, and are disconnected
+// NOTE: as of bitcoin v0.6 message serialization (vSend, vRecv) still
+// uses MIN_PROTO_VERSION(209), where message format uses PROTOCOL_VERSION
 static const int MIN_PROTO_VERSION = 209;
 
 // nTime field added to CAddress, starting with this version;