From 93def065c3ebc0cc190f717f6578bde0b8d8ee35 Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Sat, 4 Jan 2025 09:09:16 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dde28a1..6b45f89 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,7 +60,7 @@ set(QOLM_ENABLE_INSTALL ${QOLM_MAIN_PROJECT} CACHE BOOL "Generate the install ta set(QOLM_VERSION_MAJOR 3) set(QOLM_VERSION_MINOR 2) -set(QOLM_VERSION_PATCH 2) +set(QOLM_VERSION_PATCH 3) if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") EXECUTE_PROCESS( COMMAND git rev-parse --short HEAD