]> gitweb.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
qt: show beta version and build date in About
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 03:20:50 +0000 (20:20 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Tue, 7 Jul 2026 21:00:11 +0000 (14:00 -0700)
commitcd8ac825939829f5aa3a9f9c07df8a504372d672
tree6131bd9acbf1d6d8a3b85b3a4b96bc3151e654ec
parentecd7ead815224e193fca1d19f80cf829cab59a15
qt: show beta version and build date in About

Mirror upstream's effective WINUAEPUBLICBETA/WINUAEBETA values in
od-unix/target.h and render the About version string in the same
format as the Windows makeverstr(): "WinUAE 6.1.0 (Public Beta 9,
2026.07.06) ARM64". A configure-time check compares the mirror
against od-win32/win32.h and fails with the exact values when an
upstream rebase bumps the beta, so the mirror cannot silently drift.
CMakeLists.txt
od-unix/qt/launcher.cpp
od-unix/target.h