summaryrefslogtreecommitdiff
path: root/bot/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'bot/CMakeLists.txt')
-rw-r--r--bot/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/CMakeLists.txt b/bot/CMakeLists.txt
index c1e14e1..53771b5 100644
--- a/bot/CMakeLists.txt
+++ b/bot/CMakeLists.txt
@@ -18,7 +18,7 @@ endif()
string(TIMESTAMP PROJECT_COMPILE_TIME "%s")
target_compile_definitions(Bot PRIVATE
- BOT_VERSION="${PROJECT_VERSION}"
+ BOT_VERSION="${BOT_VERSION_STRING}"
BOT_COMPILED_TIMESTAMP=${PROJECT_COMPILE_TIME}
)