Bumped version to 0.3
authorRyan Campbell <campbellr@gmail.com>
Thu, 29 Apr 2010 23:14:53 +0000 (17:14 -0600)
committerRyan Campbell <campbellr@gmail.com>
Thu, 29 Apr 2010 23:14:53 +0000 (17:14 -0600)
Added support for multiple accounts, probably worth of a bump in
the minor version number.

package/Makefile
package/src/ui/diablo/gui.py
package/src/ui/fremantle/gui.py

index d7fcd3c..7cb15fb 100644 (file)
@@ -4,8 +4,8 @@
 
 #edit these when creating a new release
 MAJOR_VER='0'
-MINOR_VER='2'
-PKG_VER='4'
+MINOR_VER='3'
+PKG_VER='1'
 
 compile:
        perl -ni -e 'print; exit if /^XB-Maemo-Icon-26:$$/' debian/control
index 4de7a41..be3c003 100644 (file)
@@ -32,7 +32,7 @@ class BaseUI():
     about_text = ('Mobile character monitor for EVE Online')
     about_authors = [ 'Ryan Campbell','Danny Campbell' ]
     about_website = 'http://mevemon.garage.maemo.org'
-    app_version = '0.1'
+    app_version = '0.3'
     menu_items = ("Settings", "About", "Refresh")
 
     def create_menu(self, window):
index 77abf2f..c905160 100644 (file)
@@ -30,7 +30,7 @@ class BaseUI():
     about_text = ('Mobile character monitor for EVE Online')
     about_authors = ['Ryan Campbell', 'Danny Campbell']
     about_website = 'http://mevemon.garage.maemo.org'
-    app_version = '0.2'
+    app_version = '0.3'
 
     menu_items = ("Settings", "About", "Refresh")