X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;fp=src%2Fconstants.py;h=472ef4237536aa09287ff4a238170cadcd812f94;hb=7f18ece5192533ca765a327db5598f64beeff708;hp=9454180e22452a107dae27b8627a7f29b2fb78fb;hpb=27e185db63ccb10ae4c2dfe9fbe77ed0f2bfe52c;p=multilist diff --git a/src/constants.py b/src/constants.py index 9454180..472ef42 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "Multilist" __app_name__ = "multilist" -__version__ = "0.3.10" -__build__ = 2 +__version__ = "0.3.11" +__build__ = 0 _data_path_ = os.path.join(os.path.expanduser("~"), ".multilist") __app_magic__ = 0xdeadbeef _user_logpath_ = "%s/multilist.log" % _data_path_