Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef __AUTO_VERSION_HEADER
#define __AUTO_VERSION_HEADER
// used by the .rc files
#define VERSION_MAJOR_RELEASE 1
#define VERSION_MINOR_RELEASE 4
#define VERSION_INTERNAL_BUILD 2
#define VERSION_BUILD_NUMBER 0
#define VERSION_STRING "1, 4, 2, 0"
#define VERSION_STRING_DOTTED "1.4.2"
#endif // __AUTO_VERSION_HEADER