diff --git a/RELEASE b/RELEASE index a904a58aa..929530574 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,17 @@ Mupen64Plus-Core Emulator Library RELEASE ----------------------------------------- +Mupen64Plus v1.99.4 - February 22, 2010 +--------------------------------------- + - Added some type checking to ConfigGetParameter() function, and a new error type + - Bugfix: avoid segfault in the video extension code if SDL initialization fails (because video plugin fails) + - Added new CoreGetRomSettings() function for front-ends + - Allow to run dynarec in hardware DEP protected windows + - Allow core .cfg parser to accept strings without quotes around them + - API change: use new ReadScreen2() video plugin function + - New re-entrant R4300 disassembler, from tty68k/zzt32, a man who loves MIPS processors + - makefile fixes and improvements, code cleanups + Mupen64Plus v1.99.3 - February 13, 2010 --------------------------------------- - New feature: configuration function ConfigGetParameterType() diff --git a/src/main/version.h b/src/main/version.h index 402165bfd..838f92afc 100644 --- a/src/main/version.h +++ b/src/main/version.h @@ -25,7 +25,7 @@ #define __VERSION_H__ #define MUPEN_CORE_NAME "Mupen64Plus Core" -#define MUPEN_CORE_VERSION 0x016303 +#define MUPEN_CORE_VERSION 0x016304 #define MUPEN_API_VERSION 0x10000 #define MINIMUM_FRONTEND_API_VERSION 0x10000