X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=586d5208295424cf65cb0c0d1f5d33cf32ae55b9;hp=286d9fa26ab7e869cc4716f55e79cfcd24feabe2;hb=9a8f65b5118f73756260e6144450f6273d3ee0ee;hpb=e160e655950050750747e5fcc1957ba685ff8a7c diff --git a/src/constants.py b/src/constants.py index 286d9fa..586d520 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__ = 10 +__version__ = "1.1.7" +__build__ = 0 __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_