tMerge pull request #354 from rdymac/patch-1 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6a7e13b63b769005e9474af34abca1960f695894 DIR parent 4714160f17166b5d42509460a5e9490d48f549c8 HTML Author: ThomasV <thomasv1@gmx.de> Date: Sat, 2 Nov 2013 05:01:00 -0700 Merge pull request #354 from rdymac/patch-1 latest wikia version, tested 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@@ -2,4 +2,4 @@ ELECTRUM_VERSION = "1.9" # version of the client package PROTOCOL_VERSION = '0.6' # protocol version requested SEED_VERSION = 6 # bump this every time the seed generation is modified SEED_PREFIX = '01' # the hash of the mnemonic seed must begin with this -TRANSLATION_ID = 4127 # version of the wiki page +TRANSLATION_ID = 4141 # version of the wiki page