electrum

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

commit 293cb1aceb6b72a520182149cb501225d6c38140
parent 1975e9c7881e392e7d16f0363e114e777d1d2eba
Author: Maran H <maran.hidskes@gmail.com>
Date:   Mon, 17 Jun 2013 10:24:35 -0700

Merge pull request #242 from rdymac/patch-15

Update translations to the latest wikia version
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.8" # 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 = 4073 # version of the wiki page +TRANSLATION_ID = 4101 # version of the wiki page