Bump to 1.1.9
authorEd Page <eopage@byu.net>
Tue, 20 Jul 2010 11:09:55 +0000 (06:09 -0500)
committerEd Page <eopage@byu.net>
Tue, 20 Jul 2010 11:09:55 +0000 (06:09 -0500)
src/constants.py
support/builddeb.py
www/dialcentral.deb

index d41e7cd..830b745 100644 (file)
@@ -2,7 +2,7 @@ import os
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
 
 __pretty_app_name__ = "DialCentral"
 __app_name__ = "dialcentral"
-__version__ = "1.1.8"
+__version__ = "1.1.9"
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 __build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
index eb99ebc..d3632d1 100755 (executable)
@@ -30,7 +30,8 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Fixed a minor packaging issue
+* Fixed error when opening a new contacts SMS
+* Code cleanup
 """.strip()
 
 
 """.strip()
 
 
index c37e2cd..8d37ef0 100644 (file)
Binary files a/www/dialcentral.deb and b/www/dialcentral.deb differ