From d8569ad31a9494c38bdd32034abb1967042c970d Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Mon, 9 Sep 2024 21:12:38 +0200 Subject: [PATCH] bump version for upcoming 5187 release --- CMakeLists.txt | 2 +- CMakeSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b495b69..0a622ab3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) set(BUILD_NUMBER CACHE STRING "The number of the current build.") if ("${BUILD_NUMBER}" STREQUAL "") - set(BUILD_NUMBER "5186") + set(BUILD_NUMBER "5187") endif() if (BUILD_NUMBER LESS 5180) diff --git a/CMakeSettings.json b/CMakeSettings.json index 9853e477..4817c860 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - "environments": [ { "BuildNumber": "5186" } ], + "environments": [ { "BuildNumber": "5187" } ], "configurations": [ { "name": "x64-native",