prepare release

This commit is contained in:
Milan Nikolic 2014-10-18 20:14:54 +02:00
parent 43568aeccf
commit d393bd9e17
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
v0.2.2 Oct 18, 2014:
* Initial Python3 support
* Add special SDL2 joystick event system for input config
* Add support for non-native rom files in romlist
* Many bug fixes, full log http://git.io/yRePKw
v0.2.1 Mar 09, 2014:
* Greatly speed up reading ROM list
* Check if core supports DelaySI/CountPerOp options

View file

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