electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4eb767492b33afacbb7c28e1918d3a0bfa6c3f11
parent 9db6f0c3b7c1c213e41a167f5d09206270df4c0b
Author: ThomasV <thomasv@gitorious>
Date:   Mon, 11 Nov 2013 10:36:43 +0100

version 1.9.3

Diffstat:
Mlib/version.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/version.py b/lib/version.py @@ -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