electrum

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

commit ad6cc6e64bcc6e5a0f030f550fedf45d86383c59
parent 1189081b580358e826b2cadaff1b8c6fe09da9e6
Author: ThomasV <thomasv1@gmx.de>
Date:   Sat, 26 Jan 2013 20:54:56 -0800

Merge pull request #135 from rdymac/patch-27

Latest wiki version for the upcoming version build
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 = "1.6.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 = 3941 # version of the wiki page +TRANSLATION_ID = 3958 # version of the wiki page