tversion 1.7.1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit f3a1a57a7848bac11938ee68df4c8e9e63ffe4dc DIR parent 230b3b4a18005b1e4ede9c4ce4f07bf32a4fa88d HTML Author: ecdsa <ecdsa@github> Date: Wed, 20 Mar 2013 22:39:08 +0100 version 1.7.1 Diffstat: M RELEASE-NOTES | 3 +++ M lib/version.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) --- DIR diff --git a/RELEASE-NOTES b/RELEASE-NOTES t@@ -1,3 +1,6 @@ +# Release 1.7.1: bugfixes. + + # Release 1.7 * The Classic GUI can be extended with plugins. Developers who want to DIR diff --git a/lib/version.py b/lib/version.py t@@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "1.7" # version of the client package +ELECTRUM_VERSION = "1.7.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 = 3992 # version of the wiki page