From 2587113139628fcba9a3e6e1cc7d53133263278f Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Sun, 30 Dec 2012 16:12:51 -0500 Subject: Bump to version 1.11 for another release. --- README.md | 2 +- source/nds/gui.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b842ac3..702a555 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -CATSFC version 1.10, 2012-12-24 +CATSFC version 1.11, 2012-12-30 A Super Nintendo emulator for the Supercard DSTWO. diff --git a/source/nds/gui.c b/source/nds/gui.c index 9aa16bb..8984b25 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -59,7 +59,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.10" +#define NDSSFC_VERSION "1.11" #define SAVE_STATE_SLOT_NUM 10 -- cgit v1.2.3