tversion number - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit a203dab4152b00b48ca1bf744b671a0c4a1e055a DIR parent 61e737c38031ff6ae1695f92956b9eb3679ec979 HTML Author: ThomasV <thomasv@gitorious> Date: Wed, 20 Aug 2014 18:59:22 +0200 version number Diffstat: M lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "1.9.8" # version of the client package +ELECTRUM_VERSION = "2.0" # version of the client package PROTOCOL_VERSION = '0.9' # protocol version requested NEW_SEED_VERSION = 8 # bip32 wallets OLD_SEED_VERSION = 4 # old electrum deterministic generation