From e80e4cf6f714167a140b5c8181bec420889bb49f Mon Sep 17 00:00:00 2001 From: Coin-Escrow Date: Sun, 17 Nov 2013 11:42:10 +0100 Subject: [PATCH] more strings, see issue 434 --- lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.py b/lib/version.py index 9eba4e37..cb6d4639 100644 --- a/lib/version.py +++ b/lib/version.py @@ -2,4 +2,4 @@ ELECTRUM_VERSION = "1.9.4" # 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 = 4225 # version of the wiki page +TRANSLATION_ID = 4228 # version of the wiki page