Skip to content

Commit

Permalink
Cut version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blakesmith committed Aug 21, 2020
1 parent c809307 commit 5d0dd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static const int menu_padding_top_bottom = 25;
static const char* STATUS_BAR_TEXT_ROM = "Select ROM file | A=select, B=quit";
static const char* STATUS_BAR_TEXT_PATCH = "Select Patch file | A=select, B=back";

static const char* BOTTOM_BAR_TEXT = "rombp v0.0.3";
static const char* BOTTOM_BAR_TEXT = "rombp v0.0.4";
static const char* BOTTOM_BAR_COULD_NOT_FIND_EXTENSION = "ERR: Could find patch file extension";

static inline int get_texture_width(SDL_Texture* texture) {
Expand Down

0 comments on commit 5d0dd69

Please sign in to comment.