diff options
author | Nebuleon Fumika | 2013-01-22 04:55:46 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2013-01-22 04:55:46 -0500 |
commit | 44164cce8c3fa2f0f34d9c5d8c55d4cc576cbe69 (patch) | |
tree | 62397444b9a16fd85f6ef2e94d4f0fc5e03a6cc1 /source/nds/gui.c | |
parent | 3f4590517617ef82b00a8eddb961cac711211ea2 (diff) | |
download | snesemu-44164cce8c3fa2f0f34d9c5d8c55d4cc576cbe69.tar.gz snesemu-44164cce8c3fa2f0f34d9c5d8c55d4cc576cbe69.tar.bz2 snesemu-44164cce8c3fa2f0f34d9c5d8c55d4cc576cbe69.zip |
Release 1.23.
Diffstat (limited to 'source/nds/gui.c')
-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 10814d6..09e01ac 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.22" +#define NDSSFC_VERSION "1.23" #define SAVE_STATE_SLOT_NUM 16 |