X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=f3bc2189fcaa4be7961b8b88ca45e060e32e0416;hp=6dd3adfed8f8039c371f955c2bded372abf27416;hb=96b03abf01e01479a760014837ce6633e2d1e549;hpb=b24e4db9f202319170d7d50dba77fa66a273e0e9 diff --git a/src/constants.py b/src/constants.py index 6dd3adf..f3bc218 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.31" +__version__ = "1.2.32" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)