diff --git a/Makefile b/Makefile index 828c3b0f..fe499560 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ICON := NITRO := nitro # These set the information text in the nds file -GAME_TITLE := Mine DS v0.4.0 +GAME_TITLE := Mine DS v0.4.1 GAME_SUBTITLE1 := A 2D Minecraft GAME_SUBTITLE2 := inspired homebrew diff --git a/Makefile.FAT b/Makefile.FAT index 00b433d5..5e1c391d 100644 --- a/Makefile.FAT +++ b/Makefile.FAT @@ -32,7 +32,7 @@ ICON := # this is relative to the Makefile # These set the information text in the nds file -GAME_TITLE := Mine DS v0.4.0 +GAME_TITLE := Mine DS v0.4.1 GAME_SUBTITLE1 := A 2D Minecraft GAME_SUBTITLE2 := inspired homebrew diff --git a/source/general.h b/source/general.h index 05d93b7e..dc6bb8b2 100644 --- a/source/general.h +++ b/source/general.h @@ -24,7 +24,7 @@ void sleepThread(unsigned int seconds); void printGlobalMessage(const char* s); #define MESSAGE_COUNT 3 #define MESSAGE_CLEAR_DELAY 512 -#define VERSION_STRING "v0.4.0" +#define VERSION_STRING "v0.4.1" void update_message(); void printLocalMessage(const char* s);