Fixing a bug with launching from a fresh system
[quicknote] / src / constants.py
index cdd5ea7..c75d44f 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "Quicknote"
 __app_name__ = "quicknote"
-__version__ = "0.7.8"
-__build__ = 6
+__version__ = "0.7.11"
+__build__ = 0
 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote")
 __app_magic__ = 0xdeadbeef
 _user_logpath_ = "%s/quicknote.log" % _data_path_