X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=90d36f40735f48b83190d8cfbae164e505f7d974;hp=4e614de3ec96dd42caedd7e1aa1c5fc1c15b0a55;hb=4f63608f9efe031b0eb43e82c6e5967fa8dff7c8;hpb=4d40d4cf6a4b193390e6e22d50377cb166c7b6ca diff --git a/src/constants.py b/src/constants.py index 4e614de..90d36f4 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.0.6" -__build__ = 5 +__build__ = 6 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".dialcentral") _user_settings_ = "%s/settings.ini" % _data_path_