X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconstants.py;h=76d11b4e022138bccf76724fc0de8ca9c5573afe;hb=40a51e554682fccd39120a6b38707943b7cd72fc;hp=6332c552798f3577f06e20e0efabe95d6533d23a;hpb=175e3375296a2fb0d3faa4ef8f89a014b55ba5ec;p=gc-dialer diff --git a/src/constants.py b/src/constants.py index 6332c55..76d11b4 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.0" +__version__ = "1.3.0" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) @@ -10,3 +10,4 @@ _user_settings_ = "%s/settings.ini" % _data_path_ _custom_notifier_settings_ = "%s/notifier.ini" % _data_path_ _user_logpath_ = "%s/%s.log" % (_data_path_, __app_name__) _notifier_logpath_ = "%s/notifier.log" % _data_path_ +IS_MAEMO = True