electrum

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

commit f3a1a57a7848bac11938ee68df4c8e9e63ffe4dc
parent 230b3b4a18005b1e4ede9c4ce4f07bf32a4fa88d
Author: ecdsa <ecdsa@github>
Date:   Wed, 20 Mar 2013 22:39:08 +0100

version 1.7.1

Diffstat:
MRELEASE-NOTES | 3+++
Mlib/version.py | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/RELEASE-NOTES b/RELEASE-NOTES @@ -1,3 +1,6 @@ +# Release 1.7.1: bugfixes. + + # Release 1.7 * The Classic GUI can be extended with plugins. Developers who want to diff --git a/lib/version.py b/lib/version.py @@ -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