mirror of
https://github.com/suloku/savegame-manager.git
synced 2026-04-25 07:27:24 -05:00
Update version number and welcome string.
This commit is contained in:
parent
33e43b4d6e
commit
aa59a29b80
|
|
@ -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!
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user