@ -2,7 +2,7 @@ Import("env")
import time
ver = time.time()
ver = int( time.time() )
f = open("version.txt", "w")
f.write(str(ver))