Files
WoWee/cmake
Kelsi 7e77d90f91 feat(ui): show build version and date on the login screen and in settings
Generate core/version.hpp from `git describe --tags --abbrev=0` so the client
always reports the last tagged release, refreshed on every build rather than only
when cmake happens to reconfigure. The date carries no clock time, so the header
changes at most once a day instead of forcing a recompile every build.

Also un-ignore cmake/*.cmake: the repo's *.cmake rule is aimed at build output,
and would have silently dropped the new module from the tree.
2026-07-12 09:33:00 -07:00
..