feat: add build numbering

This commit is contained in:
2026-05-30 10:22:40 +02:00
parent efadda8008
commit d00c0deaf2
11 changed files with 88 additions and 3 deletions
+1
View File
@@ -243,6 +243,7 @@ namespace Montauk {
char osVersion[32];
uint32_t apiVersion;
uint32_t maxProcesses;
uint32_t buildNumber; // monotonic kernel build number
};
struct KeyEvent {