tversion 1.8.1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit cd1ad84ed9319536e1696c02f10c2af8df2738cc DIR parent f64c59f66f274d9606ed2cf1a4fdba80dd3290c3 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 4 Aug 2013 19:28:41 +0200 version 1.8.1 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.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