Skip to content

Commit

Permalink
Merge pull request #2051 from chipitsine/master
Browse files Browse the repository at this point in the history
bump version for upcoming 5187 release
  • Loading branch information
chipitsine authored Sep 9, 2024
2 parents e3e0c33 + d8569ad commit 5d1ce1a
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.15)
set(BUILD_NUMBER CACHE STRING "The number of the current build.")

if ("${BUILD_NUMBER}" STREQUAL "")
set(BUILD_NUMBER "5186")
set(BUILD_NUMBER "5187")
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": "5186" } ],
"environments": [ { "BuildNumber": "5187" } ],
"configurations": [
{
"name": "x64-native",
Expand Down

0 comments on commit 5d1ce1a

Please sign in to comment.