From 8c4972ce61a2d5a36afa176167e02e2af7e500f4 Mon Sep 17 00:00:00 2001 From: zeromus Date: Mon, 4 Aug 2008 22:27:19 +0000 Subject: [PATCH] final changes for 2.0.1 --- changelog.txt | 1 + src/types.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index f9b849d5..3ac8ac9b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,6 @@ ---version 2.0.1 released--- +04-aug-2008 - reorganize display toggle options in the menu 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 - fix crash related to player2 in lua scripts diff --git a/src/types.h b/src/types.h index 24b2b813..479edb50 100644 --- a/src/types.h +++ b/src/types.h @@ -27,7 +27,7 @@ #define FCEU_VERSION_NUMERIC 20000 #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 ///causes the code fragment argument to be compiled in if the build includes debugging