t2.0 beta - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 62fd3ad9a0cc610c5889b480f8f7472b23039a3c DIR parent 4b9385b70b819988b6d55d963773688027d6ae74 HTML Author: ThomasV <thomasv@gitorious> Date: Sun, 1 Feb 2015 09:51:54 +0100 2.0 beta 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 = "2.0" # version of the client package +ELECTRUM_VERSION = "2.0-beta" # 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