diff --git a/changelog.txt b/changelog.txt index eb3a3f57..1a9a46e2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +---r1977 - FCEUX 2.1.4 Released--- +---May 31 2010--- + 29-may-2010 - Cah4e3 - Added zapper autodetection for Gotcha! 28-may-2010 - adelikat - Added lua function movie.getfilename() which returns the current movie filename without the path included 27-may-2010 - ugetab - Win32 - Debugger - Made debugger able to break on and distinguish Stack reads/writes diff --git a/src/drivers/win/help/fceux.chm b/src/drivers/win/help/fceux.chm index c713a2ae..db673e6c 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 188b1247..ab78a5db 100644 --- a/src/version.h +++ b/src/version.h @@ -58,8 +58,8 @@ #define FCEU_COMPILER_DETAIL "" #endif -#define FCEU_VERSION_NUMERIC 21030 -#define FCEU_VERSION_STRING "2.1.4" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER +#define FCEU_VERSION_NUMERIC 21040 +#define FCEU_VERSION_STRING "2.1.4"/* 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 a871cb1c..f66f0173 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ