tbump version number - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 65f20895df587aa6f42d5b03ee8597c6b38dfc64 DIR parent 2a23aab24bbdb8f857366c42349b9bf7e7db839c HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 28 Oct 2015 08:46:02 +0100 bump version number 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.5.1' # version of the client package +ELECTRUM_VERSION = '2.5.2' # version of the client package PROTOCOL_VERSION = '0.10' # protocol version requested NEW_SEED_VERSION = 11 # electrum versions >= 2.0 OLD_SEED_VERSION = 4 # electrum versions < 2.0