diff --git a/changelog.txt b/changelog.txt index e2382fe0..4657842d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/src/drivers/win/help/fceux.chm b/src/drivers/win/help/fceux.chm index d5794e0a..c713a2ae 100644 Binary files a/src/drivers/win/help/fceux.chm and b/src/drivers/win/help/fceux.chm differ diff --git a/src/version.h b/src/version.h index ebc2362f..f9889314 100644 --- a/src/version.h +++ b/src/version.h @@ -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 diff --git a/vc/Help/fceux.hnd b/vc/Help/fceux.hnd index bd8e8984..abfae4cf 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ