From b42304558cc2e865f9df7e27af0355d732efa33a Mon Sep 17 00:00:00 2001 From: adelikat Date: Wed, 29 Jul 2009 18:27:23 +0000 Subject: [PATCH] Changed version name to 2.1.1 in preparation for release. Marked this revision in changelog for easy revert to 2.1.1 --- changelog.txt | 4 ++++ src/types.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 8e04d428..39e51384 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ + +---r1375 - FCEUX 2.1.1--- +---July 29, 2009--- + 01-july-2009 - adelikat - win32 - texthooker - drag & drop for table files 01-july-2009 - adelikat - win32 - drag & drop for cheat (.cht) files 25-jun-2009 - qeed - sound/ppu - fixed the noise value, it seems that the noise logic was shifting the values to the left by 1 when reloading, but this doesnt work for PAL since one of the PAL reload value is odd, so fix the logic and used the old tables. Revert a stupid CPU ignore logic in PPU. Sorry about that. diff --git a/src/types.h b/src/types.h index 56b23c9f..e521317e 100644 --- a/src/types.h +++ b/src/types.h @@ -23,7 +23,7 @@ #define __FCEU_TYPES #define FCEU_NAME "FCEUX" -#define FCEU_VERSION_STRING "2.1.1-interim" +#define FCEU_VERSION_STRING "2.1.1" #define FCEU_VERSION_NUMERIC 20100 #define FCEU_NAME_AND_VERSION FCEU_NAME " " FCEU_VERSION_STRING