From 1fd0171c5fd17cd48f6ef4104600c6f05b4e3004 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Mon, 24 Dec 2012 04:01:50 -0500 Subject: Bump version number to 1.10 for the APU half-carry bug and optimisations. --- source/nds/gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/nds/gui.c b/source/nds/gui.c index 772775b..91e1aa3 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.09" +#define NDSSFC_VERSION "1.10" #define SAVE_STATE_SLOT_NUM 10 -- cgit v1.2.3