X-Git-Url: http://git.maemo.org/git/?p=quicknote;a=blobdiff_plain;f=src%2Fconstants.py;h=a5ebb54e3604aa073dba86605ab5df45c4efb262;hp=a5f94e362e5f576091b13ea55e81fc737095acc5;hb=586a0e48a0a563c6246cec781686750aefc8678e;hpb=8679b5e1510e859b696e6400731b0ba957dbdf4c diff --git a/src/constants.py b/src/constants.py index a5f94e3..a5ebb54 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,6 +3,6 @@ import os __pretty_app_name__ = "Quicknote" __app_name__ = "quicknote" __version__ = "0.7.8" -__build__ = 1 +__build__ = 4 _data_path_ = os.path.join(os.path.expanduser("~"), ".quicknote") __app_magic__ = 0xdeadbeef