From 37231ac0061649295e0a5b38666ac33c6389a888 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Sat, 4 May 2024 21:23:00 +0200 Subject: [PATCH] bump version for upcoming 5185 release --- CMakeLists.txt | 2 +- CMakeSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 60e4d50d..a4d1d827 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 "5184") + set(BUILD_NUMBER "5185") endif() if (BUILD_NUMBER LESS 5180) diff --git a/CMakeSettings.json b/CMakeSettings.json index 2d05d087..b5d3b77e 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - "environments": [ { "BuildNumber": "5184" } ], + "environments": [ { "BuildNumber": "5185" } ], "configurations": [ { "name": "x64-native",