Bumping to 1.3.7-3 to remove code that doesn't work on older PyQt, like on Maemo 5
[gc-dialer] / dialcentral / constants.py
1 __pretty_app_name__ = "DialCentral"
2 __app_name__ = "dialcentral"
3 __version__ = "1.3.7"
4 __build__ = 3
5 __app_magic__ = 0xdeadbeef
6
7 IS_MAEMO = True