X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=6205d0a0f9491e892a3f677d927e6a19c1eb509a;hp=4effd4917e6d18aa75e205246c0e7e623719799e;hb=75643b2a5e01ef50e44dcc4e95bbe3fc0575b160;hpb=33d8861523477b07fd7e5f9277ac2ecdfc3318e5 diff --git a/src/constants.py b/src/constants.py index 4effd49..6205d0a 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.3" -__build__ = 1 +__version__ = "1.3.4" +__build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__) _user_settings_ = "%s/settings.ini" % _data_path_