X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=5256ad2fbf22645ee1f4fe26c1b132e9c426630d;hp=c8a0902ac480d5ceb1479477ed867fe7b423aa0e;hb=0ef8caf4532f5a0efea08a955c7bbabf826e62e4;hpb=8f7c7e07f7b8101449b9bc55c7dc8588d9683b64 diff --git a/src/constants.py b/src/constants.py index c8a0902..5256ad2 100644 --- a/src/constants.py +++ b/src/constants.py @@ -3,7 +3,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" __version__ = "1.3.5" -__build__ = 0 +__build__ = 1 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_