1
0

kivy/buildozer: read version number from file

This commit is contained in:
ThomasV
2015-09-04 14:40:00 +02:00
parent 7cf276c10b
commit 2f8574f7d7
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
ELECTRUM_VERSION = "2.5" # version of the client package
ELECTRUM_VERSION = '2.5' # version of the client package
PROTOCOL_VERSION = '0.10' # protocol version requested
NEW_SEED_VERSION = 11 # electrum versions >= 2.0
OLD_SEED_VERSION = 4 # electrum versions < 2.0