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