diff options
author | Nebuleon Fumika | 2012-12-24 04:01:50 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-24 04:01:50 -0500 |
commit | 1fd0171c5fd17cd48f6ef4104600c6f05b4e3004 (patch) | |
tree | 2740a81d096cf94659a013781378913cefd8935f | |
parent | f29c76dc58689fe55f4ece494a0d3d44c831203f (diff) | |
download | snes9x2005-1fd0171c5fd17cd48f6ef4104600c6f05b4e3004.tar.gz snes9x2005-1fd0171c5fd17cd48f6ef4104600c6f05b4e3004.tar.bz2 snes9x2005-1fd0171c5fd17cd48f6ef4104600c6f05b4e3004.zip |
Bump version number to 1.10 for the APU half-carry bug and optimisations.
-rw-r--r-- | source/nds/gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |