tMerge pull request #214 from rdymac/patch-9 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 1f8e4547a3baa95a3a6e317b76e541fbffda8b6e DIR parent e8ffe29554dbb616005218f9686a3d9d8c85ca49 HTML Author: ThomasV <thomasv1@gmx.de> Date: Sun, 26 May 2013 12:48:44 -0700 Merge pull request #214 from rdymac/patch-9 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@@ -1,4 +1,4 @@ ELECTRUM_VERSION = "1.7.4" # 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 = 4040 # version of the wiki page +TRANSLATION_ID = 4073 # version of the wiki page