From 13ca0c0d604a3277ef931e9d0a0f26df79c965c6 Mon Sep 17 00:00:00 2001 From: thomasv Date: Wed, 6 Jun 2012 17:20:37 +0200 Subject: [PATCH] version 0.54a (bugfix) --- lib/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/version.py b/lib/version.py index 25245670..bdf6f3de 100644 --- a/lib/version.py +++ b/lib/version.py @@ -1,2 +1,2 @@ -ELECTRUM_VERSION = "0.54" +ELECTRUM_VERSION = "0.54a" SEED_VERSION = 4 # bump this everytime the seed generation is modified