From 41daee3ba5289be7ec839bade662f03dbc59b6ff Mon Sep 17 00:00:00 2001 From: Olivier LDff Date: Sun, 29 Aug 2021 15:30:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=8C=20v3.1.5?= 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 1a07f06..87710ad 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 1) -set(QOLM_VERSION_PATCH 4) +set(QOLM_VERSION_PATCH 5) if( EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/.git") EXECUTE_PROCESS( COMMAND git rev-parse --short HEAD