X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=95d1c0fd9de91ec8db6f58d44605109d640bae11;hp=f3bc2189fcaa4be7961b8b88ca45e060e32e0416;hb=cfc36b8a2c0e02dfbb8e762057477c9e7e85f5fd;hpb=96b03abf01e01479a760014837ce6633e2d1e549 diff --git a/src/constants.py b/src/constants.py index f3bc218..95d1c0f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.2.32" +__version__ = "1.3.3" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)