Removing the scalable icon to try to fix icon issues and some misc cleanup
[ejpi] / ejpi / constants.py
index d98584e..2aa466e 100644 (file)
@@ -3,9 +3,10 @@ import os
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
 __version__ = "1.0.6"
-__build__ = 2
+__build__ = 9
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
 _user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__)
+
 IS_MAEMO = True