Skip to content

Commit

Permalink
Update to stable 12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyeet961 authored Oct 26, 2023
1 parent 298102d commit d590284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pc/djui/djui_panel_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void djui_panel_main_create(struct DjuiBase* caller) {
}

//char* version = get_version_local();
struct DjuiText* footer = djui_text_create(&panel->base, "beta 35\nvisible PUs version beta 12");
struct DjuiText* footer = djui_text_create(&panel->base, "beta 35\nvisible PUs version stable 12.1");
djui_base_set_size_type(&footer->base, DJUI_SVT_RELATIVE, DJUI_SVT_ABSOLUTE);
djui_base_set_size(&footer->base, 1.0f, 1.0f);
djui_base_set_color(&footer->base, 50, 50, 50, 255);
Expand Down

0 comments on commit d590284

Please sign in to comment.