diff --git a/CMakeLists.txt b/CMakeLists.txt index 3ededd63..e1120daa 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 "5180") + set(BUILD_NUMBER "5182") endif() if (BUILD_NUMBER LESS 5180) diff --git a/CMakeSettings.json b/CMakeSettings.json index fa46663d..82a5e910 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - "environments": [ { "BuildNumber": "5180" } ], + "environments": [ { "BuildNumber": "5182" } ], "configurations": [ { "name": "x64-native",