From 78d0195a7434787eda1c97c7d474890f972e58d4 Mon Sep 17 00:00:00 2001 From: Alexis Duburcq Date: Tue, 18 Jun 2024 18:55:19 +0200 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 8803b650b..2a73a4b31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.12.4) # Set the build version (specify a tweak version to indicated post-release if needed) -set(BUILD_VERSION 1.8.6) +set(BUILD_VERSION 1.8.7) # MSVC runtime library flags are defined by 'CMAKE_MSVC_RUNTIME_LIBRARY' if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.15.7)