Fixed a bug with fremantle and contexts plus logging device to file
[quicknote] / src / constants.py
index cf18571..fdfce8f 100644 (file)
@@ -3,6 +3,7 @@ import os
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
 __version__ = "0.7.8"
-__build__ = 2
+__build__ = 8
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef
+_user_logpath_ = "%s/quicknote.log" % _data_path_