From e0f7655805efda3b9daec0ab639f84f387c6b08a Mon Sep 17 00:00:00 2001 From: Alexis Duburcq Date: Tue, 2 Jan 2024 12:03:33 +0100 Subject: [PATCH] [misc] Update release patch tag. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8a9a9e91d..1b048fa62 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.4) # Set the build version -set(BUILD_VERSION 1.7.17) +set(BUILD_VERSION 1.7.18) # Set compatibility set(COMPATIBILITY_VERSION SameMinorVersion)