From 8e3f6a2fb587c25d475a1850777ddaf6ba8583e9 Mon Sep 17 00:00:00 2001 From: alaindargelas Date: Fri, 23 Aug 2024 03:45:14 +0000 Subject: [PATCH] Incremented patch version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcd60bf1f..3102be158 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,7 +39,7 @@ set(VERSION_MINOR 0) # Add the spdlog directory to the include path include_directories(${CMAKE_CURRENT_SOURCE_DIR}/third_party/spdlog/include ${CMAKE_CURRENT_SOURCE_DIR}/third_party/exprtk ${CMAKE_CURRENT_SOURCE_DIR}/third_party/scope_guard) -set(VERSION_PATCH 418) +set(VERSION_PATCH 419) option(