diff --git a/changelog.txt b/changelog.txt index 1a9a46e2..46d0544f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +---r1984 - FCEUX 2.1.4a Release--- +---June 1 2010--- +01-june-2010 - zeromus - fix crash bug in fcm convert +01-june-2010 - adelikat - fix logic error in read-only loadstate of movies, should not improperly report savestate after movie errors + ---r1977 - FCEUX 2.1.4 Released--- ---May 31 2010--- diff --git a/src/version.h b/src/version.h index 891825d8..4bcc821a 100644 --- a/src/version.h +++ b/src/version.h @@ -59,7 +59,7 @@ #endif #define FCEU_VERSION_NUMERIC 21040 -#define FCEU_VERSION_STRING "2.1.5 interim" FCEU_SUBVERSION_STRING FCEU_FEATURE_STRING FCEU_COMPILER +#define FCEU_VERSION_STRING "2.1.4a" /*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 172b9f28..7869da8b 100644 Binary files a/vc/Help/fceux.hnd and b/vc/Help/fceux.hnd differ