X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fconstants.py;h=f16214f8cbc8192169e192a79338c8be6864c02c;hb=ca8a7750f63c21b63625fd5f8a04a1dd997896b9;hp=cbf42373eb63ed5f6df9bfc6d2ebac2b8ed961ba;hpb=d652669f33199096ffbf7631383a9ccf58e96525;p=gc-dialer diff --git a/src/constants.py b/src/constants.py index cbf4237..f16214f 100644 --- a/src/constants.py +++ b/src/constants.py @@ -2,7 +2,7 @@ import os __pretty_app_name__ = "DialCentral" __app_name__ = "dialcentral" -__version__ = "1.1.11" +__version__ = "1.1.13" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)