Harmattan-only bump
authorEd Page <eopage@byu.net>
Sun, 14 Aug 2011 02:36:20 +0000 (21:36 -0500)
committerEd Page <eopage@byu.net>
Sun, 14 Aug 2011 02:36:43 +0000 (21:36 -0500)
dialcentral/constants.py
setup.py

index ba7fadf..0f3cb77 100644 (file)
@@ -1,7 +1,7 @@
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 __version__ = "1.3.6"
-__build__ = 0
+__build__ = 1
 __app_magic__ = 0xdeadbeef
 
 IS_MAEMO = True
index 40830e7..904be7b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,8 @@ ICON_CATEGORY="apps"
 ICON_SIZES=[32,48]
 #[[[end]]] (checksum: 6b362845c8509854ec12f330afd9c7b7)
 
-CHANGES = """Switching from py2deb.py to sdist_maemo
+CHANGES = """* Switching from py2deb.py to sdist_maemo
+* XDG support
 """.strip()
 BUGTRACKER_URL = "https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral"