From 6355acfa83b0fcd409b6fed50ae3ca0414a10e28 Mon Sep 17 00:00:00 2001 From: Ryan Campbell Date: Thu, 29 Apr 2010 17:14:53 -0600 Subject: [PATCH] Bumped version to 0.3 Added support for multiple accounts, probably worth of a bump in the minor version number. --- package/Makefile | 4 ++-- package/src/ui/diablo/gui.py | 2 +- package/src/ui/fremantle/gui.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/Makefile b/package/Makefile index d7fcd3c..7cb15fb 100644 --- a/package/Makefile +++ b/package/Makefile @@ -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 diff --git a/package/src/ui/diablo/gui.py b/package/src/ui/diablo/gui.py index 4de7a41..be3c003 100644 --- a/package/src/ui/diablo/gui.py +++ b/package/src/ui/diablo/gui.py @@ -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): diff --git a/package/src/ui/fremantle/gui.py b/package/src/ui/fremantle/gui.py index 77abf2f..c905160 100644 --- a/package/src/ui/fremantle/gui.py +++ b/package/src/ui/fremantle/gui.py @@ -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") -- 1.7.9.5