aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-30 16:12:51 -0500
committerNebuleon Fumika2012-12-30 16:12:51 -0500
commit2587113139628fcba9a3e6e1cc7d53133263278f (patch)
treef47a9346b3f3da2cf3d8b035b631469768976cee
parent1bdf3141923eee0788e38b1063415c455259dd72 (diff)
downloadsnesemu-2587113139628fcba9a3e6e1cc7d53133263278f.tar.gz
snesemu-2587113139628fcba9a3e6e1cc7d53133263278f.tar.bz2
snesemu-2587113139628fcba9a3e6e1cc7d53133263278f.zip
Bump to version 1.11 for another release.
-rw-r--r--README.md2
-rw-r--r--source/nds/gui.c2
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