From d0c1dfaa884d96bd930aa07bc88c2929db7f97bd Mon Sep 17 00:00:00 2001 From: ThomasV Date: Tue, 3 Jul 2012 15:05:53 +0200 Subject: [PATCH] version 0.61 --- lib/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/version.py b/lib/version.py index 7b98452e..23daae03 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,3 +1,3 @@ -ELECTRUM_VERSION = "0.60" +ELECTRUM_VERSION = "0.61" SEED_VERSION = 4 # bump this everytime the seed generation is modified -TRANSLATION_ID = 28079 # version of the wiki page +TRANSLATION_ID = 28344 # version of the wiki page