X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=4effd4917e6d18aa75e205246c0e7e623719799e;hp=95d1c0fd9de91ec8db6f58d44605109d640bae11;hb=20ab0575639e31c85a3d4c86897041fea745d430;hpb=cfc36b8a2c0e02dfbb8e762057477c9e7e85f5fd diff --git a/src/constants.py b/src/constants.py index 95d1c0f..4effd49 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.3" -__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_