From 8d037174e3c5e50a77457536f5361b1948e99c49 Mon Sep 17 00:00:00 2001 From: Matt Haynie Date: Sat, 15 Aug 2020 22:16:53 -0700 Subject: [PATCH] Version bump --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2045b2fb..21949031 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.17.2) -project(tf2_bot_detector VERSION 1.1.0.8) +project(tf2_bot_detector VERSION 1.1.0.9) include(GenerateExportHeader) @@ -150,9 +150,9 @@ target_sources(tf2_bot_detector PRIVATE "tf2_bot_detector/TextureManager.h" "tf2_bot_detector/TextureManager.cpp" "tf2_bot_detector/TFConstants.h" + "tf2_bot_detector/Version.h" "tf2_bot_detector/WorldState.cpp" "tf2_bot_detector/WorldState.h" - "tf2_bot_detector/Version.h" ) configure_file(tf2_bot_detector/Version.base.h tf2_bot_detector/Version.h)