X-Git-Url: http://git.maemo.org/git/?p=gc-dialer;a=blobdiff_plain;f=src%2Fconstants.py;h=6652c751f93ffc75b519258458ae0efd95f06a68;hp=f16214f8cbc8192169e192a79338c8be6864c02c;hb=a88a8121700c26b3317ce795eb115e2b31935edb;hpb=34cec190d1efa9640bd280a703ed11f44ec12b77 diff --git a/src/constants.py b/src/constants.py index f16214f..6652c75 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.13" +__version__ = "1.1.90" __build__ = 0 __app_magic__ = 0xdeadbeef _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)