electrum

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

commit 6717460ee640dbfc11b8ee14be7b3ef80e19ad8d
parent 2f7b8ce86490729ba3d158f311f8245009d8beab
Author: ThomasV <thomasv@gitorious>
Date:   Tue,  3 Feb 2015 14:20:35 +0100

version 2.0-beta2

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 = "2.0-beta" # version of the client package +ELECTRUM_VERSION = "2.0-beta2" # version of the client package PROTOCOL_VERSION = '0.9' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0