Revert "V1.40"

This reverts commit cc0db5de9d.
This commit is contained in:
Chris
2026-02-07 17:34:39 +01:00
parent cc0db5de9d
commit 8e3202f6d8
67 changed files with 353 additions and 1056 deletions

View File

@@ -35,8 +35,8 @@ static void about_paint(Window *win) {
// Version info
draw_string(offset_x, offset_y + 105, "BrewOS", COLOR_BLACK);
draw_string(offset_x, offset_y + 120, "BrewOS Version 1.40", COLOR_BLACK);
draw_string(offset_x, offset_y + 135, "Kernel Version 2.4.0", COLOR_BLACK);
draw_string(offset_x, offset_y + 120, "BrewOS Version 1.30", COLOR_BLACK);
draw_string(offset_x, offset_y + 135, "Kernel Version 2.3.0", COLOR_BLACK);
// Copyright
draw_string(offset_x, offset_y + 150, "(C) 2026 boreddevnl.", COLOR_BLACK);