Bumping to 0.7.13 to release a new icon
[quicknote] / src / constants.py
index cf18571..f15e340 100644 (file)
@@ -2,7 +2,8 @@ import os
 
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
-__version__ = "0.7.8"
-__build__ = 2
+__version__ = "0.7.13"
+__build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef
+_user_logpath_ = "%s/quicknote.log" % _data_path_