Skip to content

Commit

Permalink
Incremented version number
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewScholefield committed Jul 24, 2016
1 parent 8c16fc3 commit bd12d81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile.FAT
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion source/general.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit bd12d81

Please sign in to comment.