mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
prepare new release
This commit is contained in:
parent
3c64d0ad0f
commit
95e8e6b8e7
4 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
|
8
dist/debian/changelog
vendored
8
dist/debian/changelog
vendored
|
@ -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
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue