tversion 1.9.3 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 4eb767492b33afacbb7c28e1918d3a0bfa6c3f11 DIR parent 9db6f0c3b7c1c213e41a167f5d09206270df4c0b HTML Author: ThomasV <thomasv@gitorious> Date: Mon, 11 Nov 2013 10:36:43 +0100 version 1.9.3 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.2" # version of the client package +ELECTRUM_VERSION = "1.9.3" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 6 # bump this every time the seed generation is modified SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this