tMerge pull request #242 from rdymac/patch-15 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 293cb1aceb6b72a520182149cb501225d6c38140 DIR parent 1975e9c7881e392e7d16f0363e114e777d1d2eba HTML 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: 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.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