summaryrefslogtreecommitdiff
path: root/portato/constants.py
diff options
context:
space:
mode:
authornecoro <>2007-07-05 01:01:12 +0000
committernecoro <>2007-07-05 01:01:12 +0000
commit1a3073d1e195118c636df983fcd647d7d028cd82 (patch)
treeb31dee42a1ffc356906e6c6af536c030a4ff59f9 /portato/constants.py
parentea6325e2e728e623f8860592a78f842e87eeead3 (diff)
downloadportato-1a3073d1e195118c636df983fcd647d7d028cd82.tar.gz
portato-1a3073d1e195118c636df983fcd647d7d028cd82.tar.bz2
portato-1a3073d1e195118c636df983fcd647d7d028cd82.zip
new plugin and about dialog
Diffstat (limited to 'portato/constants.py')
-rw-r--r--portato/constants.py2
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"