Skip to content

Commit

Permalink
- Bump version to 0.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Extrems committed Nov 5, 2021
1 parent f340627 commit 2382796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cube/swiss/source/gui/FrameBufferMagic.c
Expand Up @@ -2085,7 +2085,7 @@ void DrawInit() {
init_textures();
uiDrawObj_t *container = DrawContainer();
DrawAddChild(container, DrawImage(TEX_BACKDROP, 0, 0, 640, 480, 0, 0.0f, 1.0f, 0.0f, 1.0f, 0));
DrawAddChild(container, DrawStyledLabel(40,28, "Swiss v0.5", 1.5f, false, defaultColor));
DrawAddChild(container, DrawStyledLabel(40,28, "Swiss v0.6", 1.5f, false, defaultColor));
sprintf(fbTextBuffer, "commit: %s rev: %s", GITREVISION, GITVERSION);
DrawAddChild(container, DrawStyledLabel(425,50, fbTextBuffer, 0.55f, false, defaultColor));
buttonPanel = DrawMenuButtons(-1);
Expand Down
2 changes: 1 addition & 1 deletion cube/swiss/source/gui/info.c
Expand Up @@ -142,7 +142,7 @@ uiDrawObj_t * info_draw_page(int page_num) {
}
else if(page_num == 2) {
DrawAddChild(container, DrawLabel(30, 55, "Credits (3/3):"));
DrawAddChild(container, DrawStyledLabel(640/2, 115, "Swiss version 0.5", 1.0f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 115, "Swiss version 0.6", 1.0f, true, defaultColor));
DrawAddChild(container, DrawStyledLabel(640/2, 140, "by emu_kidid & Extrems, 2021", 0.75f, true, defaultColor));
sprintf(txtbuffer, "Commit %s Revision %s", GITREVISION, GITVERSION);
DrawAddChild(container, DrawStyledLabel(640/2, 165, txtbuffer, 0.75f, true, defaultColor));
Expand Down

0 comments on commit 2382796

Please sign in to comment.