diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | source/nds/gui.c | 2 |
3 files changed, 3 insertions, 2 deletions
@@ -77,6 +77,7 @@ DEFS := -DSPC700_C -DEXECUTE_SUPERFX_PER_LINE -DSDD1_DECOMP \ all: $(OUTPUT).plg makedirs
release: all
+ -rm -f $(OUTPUT).zip
zip -r $(OUTPUT).zip $(PLUGIN_DIR) $(OUTPUT).plg $(OUTPUT).bmp $(OUTPUT).ini copyright installation.txt README.md source.txt version
# $< is the source (OUTPUT.dat); $@ is the target (OUTPUT.plg)
@@ -1,4 +1,4 @@ -CATSFC version 1.12, 2012-12-31
+CATSFC version 1.13, 2013-01-02
A Super Nintendo emulator for the Supercard DSTWO.
diff --git a/source/nds/gui.c b/source/nds/gui.c index fce8c10..be44f9a 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.12" +#define NDSSFC_VERSION "1.13" #define SAVE_STATE_SLOT_NUM 10 |