diff --git a/RELEASE b/RELEASE index 5274d0b..eee6eb9 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,14 @@ Mupen64Plus-UI-Console RELEASE ------------------------------ +Mupen64Plus-UI-Console Front-End v1.99.3 - February 13, 2010 +------------------------------------------------------------ + - New feature: command-line option --set for setting arbitrary configuration variables + - updated MAN pgae for all the changes made in the 2.0 re-architecture + - Makefile improvements: + - added OS type GNU/kFreeBSD + - add -lpthread to LIBS so that GDB will run the emulator without throwing a warning right after starting + Mupen64Plus-UI-Console Front-End v1.99.2 - January 6, 2010 ------------------------------------------------------------ - new feature: added MSVC8 project/solution files, minor refactoring for VC compatibility diff --git a/src/version.h b/src/version.h index 1d927bc..39a4575 100644 --- a/src/version.h +++ b/src/version.h @@ -26,7 +26,7 @@ #if !defined(VERSION_H) #define VERSION_H -#define CONSOLE_UI_VERSION 0x016302 +#define CONSOLE_UI_VERSION 0x016303 #define CONSOLE_API_VERSION 0x10000 #define CONSOLE_UI_NAME "Mupen64Plus Console User-Interface"