From c6ffd1ffe2fb957c3b485d696f804ce0d5e81453 Mon Sep 17 00:00:00 2001 From: chungshien Date: Wed, 16 Aug 2023 12:36:52 -0700 Subject: [PATCH] Missing patch version update in PR1208 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c648520ec..19570e286 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) -set(VERSION_PATCH 226) +set(VERSION_PATCH 227) option( WITH_LIBCXX "Building with clang++ and libc++(in Linux). To enable with: -DWITH_LIBCXX=On"