diff options
author | Nebuleon Fumika | 2013-02-14 16:36:21 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-02-14 16:36:21 -0500 |
commit | c2262c74c5bce3a0f7bd94a7e340fe9deb3f5ff2 (patch) | |
tree | 1bcbf0c12372e066246c845a94f5e6812ea22103 /source/nds | |
parent | 52b11e6c1cc54962c195cf97e4e6b71b635a9784 (diff) | |
download | snes9x2005-c2262c74c5bce3a0f7bd94a7e340fe9deb3f5ff2.tar.gz snes9x2005-c2262c74c5bce3a0f7bd94a7e340fe9deb3f5ff2.tar.bz2 snes9x2005-c2262c74c5bce3a0f7bd94a7e340fe9deb3f5ff2.zip |
Release 1.31.
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 2fca75c..d399e10 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -70,7 +70,7 @@ char *language_options[] = { (char *) &lang[0], (char *) &lang[1], (char *) &lan ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.30" +#define NDSSFC_VERSION "1.31" #define SAVE_STATE_SLOT_NUM 16 |