From 071a87297b49475dda1e2b160ef7f01d8d2eade9 Mon Sep 17 00:00:00 2001 From: Ilia Shipitsin Date: Wed, 17 Apr 2024 13:20:04 +0200 Subject: [PATCH] bump version for upcoming 5184 release --- CMakeLists.txt | 2 +- CMakeSettings.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88278a43..80ecd5d3 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 "5183") + set(BUILD_NUMBER "5184") endif() if (BUILD_NUMBER LESS 5180) diff --git a/CMakeSettings.json b/CMakeSettings.json index 22cda99d..2d05d087 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -1,5 +1,5 @@ { - "environments": [ { "BuildNumber": "5183" } ], + "environments": [ { "BuildNumber": "5184" } ], "configurations": [ { "name": "x64-native",