summaryrefslogtreecommitdiff
path: root/tools/cmake/configure.h.in
diff options
context:
space:
mode:
author0scar <qgt268@alumni.ku.dk>2024-08-25 17:27:30 +0000
committer0scar <qgt268@alumni.ku.dk>2024-08-25 17:27:30 +0000
commite09c78586a73812251bece05c86115a4071b6efb (patch)
treec072d083d113dc96d01167b7d6a1ec41b45f40ad /tools/cmake/configure.h.in
parent912074c47b02e74d054b7724c13571581897256a (diff)
Print the engine version upon startup
Diffstat (limited to 'tools/cmake/configure.h.in')
-rw-r--r--tools/cmake/configure.h.in3
1 files changed, 1 insertions, 2 deletions
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@"