Update version number and welcome string.

This commit is contained in:
Mark Klara 2019-12-01 03:10:18 -08:00 committed by mrhappyasthma
parent 33e43b4d6e
commit aa59a29b80
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@
#define VERSION_MAJOR 0
#define VERSION_MINOR 3
#define VERSION_MICRO 0
#define VERSION_EXTRA "RC2"
#define VERSION_EXTRA ""
// this enables a custom font. it does not work yet, stuff is missing, so please uncomment
// this line only for testing and development purposes!

View File

@ -30,7 +30,7 @@ const char *strings_fallback[STR_LAST] = {
/* STR_EMPTY */ "",
/* STR_STR */ "%s",
//
/* STR_TITLE_MSG */ "Pokemon Generation 3 Event Distribution by suloku\n\nBased on DS savegame manager\nVersion %i.%i.%i%s by Pokedoc",
/* f */ "Pokemon Generation 3 Event Distribution by suloku. Updated by mrhappyasthma.\nVersion %i.%i.%i%s by Pokedoc\n\nBased on DS savegame manager by Pokedoc",
/* STR_BOOT_NO_INI */ "Unable to open ini file!\nPlease make sure that it is\n1. in this apps folder, or"
"\n2. in the root folder\nIf 1. does not work, use 2.",
/* STR_BOOT_MODE_UNSUPPORTED */ "This mode is DISABLED.\nPlease restart the system.",