Skip to content

Commit 25abcc3

Browse files
Appolonniusclaude
andcommitted
Bump About version to v0.5 (release build)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b66e0b9 commit 25abcc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ static void drawAbout(App& a) {
10281028
if (!a.showAbout) return;
10291029
ImGui::SetNextWindowSize(ImVec2(420, 220), ImGuiCond_FirstUseEver);
10301030
if (ImGui::Begin("About MSXFileForge", &a.showAbout)) {
1031-
ImGui::TextColored(kAccent, "MSXFileForge v0.4");
1031+
ImGui::TextColored(kAccent, "MSXFileForge v0.5");
10321032
ImGui::TextWrapped("A native editor/inspector for MSX disk images, files, ROMs and tapes, "
10331033
"with protected/RAW (.dmk) support and a raw-sector browser/carver.");
10341034
ImGui::Separator();

0 commit comments

Comments
 (0)