prepare new release

This commit is contained in:
Milan Nikolic 2014-01-09 04:35:30 +01:00
parent 3c64d0ad0f
commit 95e8e6b8e7
4 changed files with 16 additions and 2 deletions

View file

@ -1,3 +1,9 @@
v0.1.8 Jan 09, 2014:
* translations support
* enable configuration for rsp plugins
* bug fixes
v0.1.7 Dec 15, 2013:
* log viewer dialog

View file

@ -1,3 +1,11 @@
m64py (0.1.8-1) unstable; urgency=low
* translations support
* enable configuration for rsp plugins
* bug fixes
-- Milan Nikolic <gen2brain@gmail.com> Thu, 09 Jan 2014 04:33:42 +0100
m64py (0.1.7-1) unstable; urgency=low
* log viewer dialog

View file

@ -30,7 +30,7 @@ class build_qt(Command):
uic.compileUi(ui_file, fp)
fp.close()
except Exception, err:
self.warn('Unable to compile ui %s: %s' % (ui_file, err))
self.warn('Unable to compile ui file %s: %s' % (ui_file, err))
if not os.path.exists(py_file):
sys.exit(1)
return

View file

@ -22,7 +22,7 @@ CORE_NAME = "mupen64plus"
CORE_API_VERSION = 0x20001
CONFIG_API_VERSION = 0x20000
MINIMUM_CORE_VERSION = 0x016300
FRONTEND_VERSION = "0.1.7"
FRONTEND_VERSION = "0.1.8"
SIZE_1X = (320, 240)
SIZE_2X = (640, 480)