fix create and restore from command line

This commit is contained in:
ecdsa
2013-04-14 19:32:25 +02:00
parent 437c79eab5
commit 076b949039
2 changed files with 4 additions and 2 deletions

View File

@@ -5,8 +5,8 @@ string = sys.stdin.read()
import hashlib, os
version = "1.7.3"
version_win = "1.7.2"
version_mac = "1.7.2"
version_win = "1.7.3"
version_mac = "1.7.3"
_tgz="Electrum-%s.tar.gz"%version
_zip="Electrum-%s.zip"%version