PROTOCOL_VERSION
[electrum-nvc.git] / lib / version.py
index 99b2abd..ded13d0 100644 (file)
@@ -1,3 +1,4 @@
-ELECTRUM_VERSION = "1.3"
-SEED_VERSION = 4  # bump this everytime the seed generation is modified
-TRANSLATION_ID = 32150 # version of the wiki page 
+ELECTRUM_VERSION = "1.3"  # version of the client package
+PROTOCOL_VERSION = '0.5'  # protocol version requested
+SEED_VERSION     = 4      # bump this everytime the seed generation is modified
+TRANSLATION_ID   = 32150  # version of the wiki page