diff options
author | Nebuleon Fumika | 2012-12-20 19:34:51 -0500 |
---|---|---|
committer | Nebuleon Fumika | 2012-12-20 19:34:51 -0500 |
commit | 8a4343ff8e4114f19f034130a4b841a6b9a98217 (patch) | |
tree | 5e7970cfdccaf5d6e8fe92f7cde56a2db94dc46b | |
parent | cba2a156f833037de0f7aca84ae136f9f4522977 (diff) | |
download | snesemu-8a4343ff8e4114f19f034130a4b841a6b9a98217.tar.gz snesemu-8a4343ff8e4114f19f034130a4b841a6b9a98217.tar.bz2 snesemu-8a4343ff8e4114f19f034130a4b841a6b9a98217.zip |
Bump the version number for NDSSFC.
* gui.c: #define NDSSFC_VERSION "1.08".
-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 61a3b58..64953be 100644 --- a/source/nds/gui.c +++ b/source/nds/gui.c @@ -54,7 +54,7 @@ char *lang[3] = ******************************************************************************/ #define SUBMENU_ROW_NUM 6 -#define NDSSFC_VERSION "1.07" +#define NDSSFC_VERSION "1.08" #define SAVE_STATE_SLOT_NUM 10 |