Prepared files for release. This revision marks the 2.1.3 Release

This commit is contained in:
adelikat 2010-04-08 13:49:26 +00:00
parent 1a98ae6284
commit 84e328d6ba
4 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
---r1767 - FCEUX 2.1.3 Released---
---April 7 2010---
07-april-2010 - sgrunt - Lua - gui.text now has out of bounds checking 07-april-2010 - sgrunt - Lua - gui.text now has out of bounds checking
07-april-2010 - adelikat - Win32 - Lua console - filename updates when lua scripts are dragged to emulator or recent filenames invoked 07-april-2010 - adelikat - Win32 - Lua console - filename updates when lua scripts are dragged to emulator or recent filenames invoked
07-april-2010 - adelikat - Lua no longer unpauses the emulator when a script is loaded 07-april-2010 - adelikat - Lua no longer unpauses the emulator when a script is loaded

Binary file not shown.

View File

@ -58,8 +58,8 @@
#define FCEU_COMPILER_DETAIL "" #define FCEU_COMPILER_DETAIL ""
#endif #endif
#define FCEU_VERSION_NUMERIC 21020 #define FCEU_VERSION_NUMERIC 21030
#define FCEU_VERSION_STRING "2.1.3" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER #define FCEU_VERSION_STRING "2.1.3" /*FCEU_SUBVERSION_STRING*/ FCEU_FEATURE_STRING FCEU_COMPILER
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING #define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
#endif #endif

Binary file not shown.