electrum

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

commit cd1ad84ed9319536e1696c02f10c2af8df2738cc
parent f64c59f66f274d9606ed2cf1a4fdba80dd3290c3
Author: ThomasV <thomasv@gitorious>
Date:   Sun,  4 Aug 2013 19:28:41 +0200

version 1.8.1

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.8" # version of the client package +ELECTRUM_VERSION = "1.8.1" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 4 # bump this every time the seed generation is modified TRANSLATION_ID = 4101 # version of the wiki page