Bumping to -1
[quicknote] / src / constants.py
index a5f94e3..448846f 100644 (file)
@@ -2,7 +2,8 @@ import os
 
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
-__version__ = "0.7.8"
+__version__ = "0.7.10"
 __build__ = 1
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef
+_user_logpath_ = "%s/quicknote.log" % _data_path_