X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=391a52c45e5854f92718ea8d2bf84bc62e191a83;hp=9a4c573f7fa93c9dd83866ff5be82c8aac4956a8;hb=0320d6d2086ce89fe554d8f902531f5b00dbec94;hpb=0f33d720e11cb73b7da2e25b456e97b28e2f4b24 diff --git a/src/constants.py b/src/constants.py index 9a4c573..391a52c 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,11 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.7" -__build__ = 12 +__version__ = "1.1.0" +__build__ = 8 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_ +_custom_notifier_settings_ = "%s/notifier.ini" % _data_path_ +_user_logpath_ = "%s/dialcentral.log" % _data_path_ +_notifier_logpath_ = "%s/notifier.log" % _data_path_