From e09c78586a73812251bece05c86115a4071b6efb Mon Sep 17 00:00:00 2001 From: 0scar Date: Sun, 25 Aug 2024 19:27:30 +0200 Subject: Print the engine version upon startup --- tools/cmake/configure.h.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/cmake') diff --git a/tools/cmake/configure.h.in b/tools/cmake/configure.h.in index 6a186df..c3d401d 100644 --- a/tools/cmake/configure.h.in +++ b/tools/cmake/configure.h.in @@ -6,5 +6,4 @@ #cmakedefine ENGINE_VERSION_PATCH @ENGINE_VERSION_PATCH@ #cmakedefine ENGINE_VERSION_TWEAK "@ENGINE_VERSION_TWEAK@" -#cmakedefine ENGINE_VERSION_TWEAK \ - "@ENGINE_VERSION_MAJOR@.@ENGINE_VERSION_MINOR@.@ENGINE_VERSION_PATCH@-@ENGINE_VERSION_TWEAK@" +#cmakedefine ENGINE_VERSION "@ENGINE_VERSION@" -- cgit v1.3