diff options
author | Nebuleon Fumika | 2013-02-01 20:47:46 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-01 20:47:46 -0500 |
commit | 25aeb83f7bf395a49742c957ada5d2b917fe62aa (patch) | |
tree | 4b7dccd3e38977f366e51f13e5ba2bd7f4464993 /source/nds | |
parent | d4dd98e8c180532f24de342482e54f28874f06ef (diff) | |
download | snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.tar.gz snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.tar.bz2 snes9x2005-25aeb83f7bf395a49742c957ada5d2b917fe62aa.zip |
Release 1.25.
Diffstat (limited to 'source/nds')
-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 b6bd0f4..3933277 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -61,7 +61,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.24" +#define NDSSFC_VERSION "1.25" #define SAVE_STATE_SLOT_NUM 16 |