Prepared files for release. This revision marks the 2.1.3 Release
This commit is contained in:
parent
1a98ae6284
commit
84e328d6ba
|
@ -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 - 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
|
||||
|
|
Binary file not shown.
|
@ -58,8 +58,8 @@
|
|||
#define FCEU_COMPILER_DETAIL ""
|
||||
#endif
|
||||
|
||||
#define FCEU_VERSION_NUMERIC 21020
|
||||
#define FCEU_VERSION_STRING "2.1.3" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER
|
||||
#define FCEU_VERSION_NUMERIC 21030
|
||||
#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
|
||||
|
||||
#endif
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue