tbump version number - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit fba352c8a2d5673d3a13037da22427e10b87c510 DIR parent bcd0e08dbceb0e910f1d839e12659c5d0e5d9754 HTML Author: thomasv <thomasv@gitorious> Date: Thu, 12 Jan 2012 13:47:10 +0100 bump version number Diffstat: M client/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/client/version.py b/client/version.py t@@ -1,2 +1,2 @@ -ELECTRUM_VERSION = "0.35" +ELECTRUM_VERSION = "0.36" SEED_VERSION = 4 # bump this everytime the seed generation is modified