X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=da323ef86511d5f5986c5bba6506768de22a5136;hp=52a0575f09cb238be5cbe9dad17d9de548ad4830;hb=1d906ce50620ceac47963cdcb74453204f284bcb;hpb=2c428e26cd47816e66f52453d9a618b4931f0dce diff --git a/src/constants.py b/src/constants.py index 52a0575..da323ef 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,8 +2,8 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.0.7" -__build__ = 7 +__version__ = "1.0.8" +__build__ = 2 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_