Bump to 1.0.1-0
authorEd Page <eopage@byu.net>
Fri, 16 Jul 2010 12:34:31 +0000 (07:34 -0500)
committerEd Page <eopage@byu.net>
Fri, 16 Jul 2010 12:34:31 +0000 (07:34 -0500)
src/constants.py
support/builddeb.py
www/ejpi.deb

index ea2f8b6..03e9da9 100644 (file)
@@ -2,8 +2,8 @@ import os
 
 __pretty_app_name__ = "e**(j pi) + 1 = 0"
 __app_name__ = "ejpi"
-__version__ = "1.0.0"
-__build__ = 2
+__version__ = "1.0.1"
+__build__ = 0
 __app_magic__ = 0xdeadbeef
 _data_path_ = os.path.join(os.path.expanduser("~"), ".%s" % __app_name__)
 _user_settings_ = "%s/settings.ini" % _data_path_
index 7c5d39d..5c64185 100755 (executable)
@@ -27,7 +27,7 @@ __email__ = "eopage@byu.net"
 __version__ = constants.__version__
 __build__ = constants.__build__
 __changelog__ = """
-* Port to Qt wtih misc fixes
+* Adjusting for Maemo 4.1 support
 """.strip()
 
 
index d65e1a8..28674c4 100644 (file)
Binary files a/www/ejpi.deb and b/www/ejpi.deb differ