diff options
author | Nebuleon Fumika | 2012-12-30 16:12:51 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-30 16:12:51 -0500 |
commit | 2587113139628fcba9a3e6e1cc7d53133263278f (patch) | |
tree | f47a9346b3f3da2cf3d8b035b631469768976cee | |
parent | 1bdf3141923eee0788e38b1063415c455259dd72 (diff) | |
download | snesemu-2587113139628fcba9a3e6e1cc7d53133263278f.tar.gz snesemu-2587113139628fcba9a3e6e1cc7d53133263278f.tar.bz2 snesemu-2587113139628fcba9a3e6e1cc7d53133263278f.zip |
Bump to version 1.11 for another release.
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | source/nds/gui.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |