diff options
Diffstat (limited to '')
-rw-r--r-- | portato/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/constants.py b/portato/constants.py index 126d5c8..7df6538 100644 --- a/portato/constants.py +++ b/portato/constants.py @@ -15,7 +15,7 @@ CONFIG_LOCATION = CONFIG_DIR+"portato.cfg" DATA_DIR = "portato/gui/templates/" PLUGIN_DIR = "plugins/" -VERSION = 9999 +VERSION = "9999" ICON_DIR = "icons/" APP_ICON = ICON_DIR+"/portato-icon.png" |