electrum

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

commit 8bf46954a0daec3711cd6540ad1efe162dd83475
parent be9a64fef351f36f82121dd57903d5d810fee292
Author: ThomasV <thomasv@gitorious>
Date:   Thu, 22 Nov 2012 20:02:28 +0100

version 1.5.1

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

diff --git a/lib/gui_android.py b/lib/gui_android.py diff --git a/lib/version.py b/lib/version.py @@ -1,4 +1,4 @@ -ELECTRUM_VERSION = "1.5" # version of the client package +ELECTRUM_VERSION = "1.5.1" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 4 # bump this everytime the seed generation is modified TRANSLATION_ID = 32150 # version of the wiki page