X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fconstants.py;h=c3cd23856dae0bab2b8b3c7a5921bac8b3d4b8ba;hb=7a06b4d4df2b218af8e2f24322f37dbd7f37ab77;hp=3d4e5afd25480f415e18109cf986bef07e817293;hpb=1bf6c8a53177e71b6001831edd812bf8e193e1d0;p=gc-dialer diff --git a/src/constants.py b/src/constants.py index 3d4e5af..c3cd238 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.5" -__build__ = 0 +__version__ = "1.0.7" +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_