Bump to 1.3.8
[gc-dialer] / dialcentral / constants.py
1 __pretty_app_name__ = "DialCentral"
2 __app_name__ = "dialcentral"
3 __version__ = "1.3.8"
4 __build__ = 0
5 __app_magic__ = 0xdeadbeef
6
7 IS_MAEMO = True