tMerge pull request #135 from rdymac/patch-27 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit ad6cc6e64bcc6e5a0f030f550fedf45d86383c59 DIR parent 1189081b580358e826b2cadaff1b8c6fe09da9e6 HTML 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: 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.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