final changes for 2.0.1

This commit is contained in:
zeromus 2008-08-04 22:27:19 +00:00
parent 83f27b1d7b
commit 8c4972ce61
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
---version 2.0.1 released--- ---version 2.0.1 released---
04-aug-2008 - reorganize display toggle options in the menu
04-aug-2008 - adelikat - autofire fix 04-aug-2008 - adelikat - autofire fix
04-aug-2008 - zeromus - homebrew mmc5 games now have 64KB of exwram instead of only 8KB 04-aug-2008 - zeromus - homebrew mmc5 games now have 64KB of exwram instead of only 8KB
04-aug-2008 - zeromus - fix crash related to player2 in lua scripts 04-aug-2008 - zeromus - fix crash related to player2 in lua scripts

View File

@ -27,7 +27,7 @@
#define FCEU_VERSION_NUMERIC 20000 #define FCEU_VERSION_NUMERIC 20000
#define FCEU_NAME "FCEUX" #define FCEU_NAME "FCEUX"
#define FCEU_VERSION_STRING "2.0.1-interim" #define FCEU_VERSION_STRING "2.0.1"
#define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING #define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING
///causes the code fragment argument to be compiled in if the build includes debugging ///causes the code fragment argument to be compiled in if the build includes debugging