Skip to content

Commit

Permalink
Merge pull request #1991 from chipitsine/master
Browse files Browse the repository at this point in the history
bump version for upcoming 5185 release
  • Loading branch information
chipitsine committed May 4, 2024
2 parents 9378c34 + 37231ac commit 8ad34b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion CMakeSettings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"environments": [ { "BuildNumber": "5184" } ],
"environments": [ { "BuildNumber": "5185" } ],
"configurations": [
{
"name": "x64-native",
Expand Down

0 comments on commit 8ad34b2

Please sign in to comment.