diff --git a/CMakeLists.txt b/CMakeLists.txt index a4d1d827..623f0c87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10) set(BUILD_NUMBER CACHE STRING "The number of the current build.") if ("${BUILD_NUMBER}" STREQUAL "") - set(BUILD_NUMBER "5185") + set(BUILD_NUMBER "5186") endif() if (BUILD_NUMBER LESS 5180) diff --git a/CMakeSettings.json b/CMakeSettings.json index b5d3b77e..9853e477 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - "environments": [ { "BuildNumber": "5185" } ], + "environments": [ { "BuildNumber": "5186" } ], "configurations": [ { "name": "x64-native",