1
0
Эх сурвалжийг харах

bump version for upcoming 5183 release

Ilya Shipitsin 1 жил өмнө
parent
commit
495cddd518

+ 3 - 0
.vscode/settings.json

@@ -0,0 +1,3 @@
+{
+    "cmake.configureOnOpen": false
+}

+ 1 - 1
CMakeLists.txt

@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10)
 set(BUILD_NUMBER CACHE STRING "The number of the current build.")
 set(BUILD_NUMBER CACHE STRING "The number of the current build.")
 
 
 if ("${BUILD_NUMBER}" STREQUAL "")
 if ("${BUILD_NUMBER}" STREQUAL "")
-	set(BUILD_NUMBER "5182")
+	set(BUILD_NUMBER "5183")
 endif()
 endif()
 
 
 if (BUILD_NUMBER LESS 5180)
 if (BUILD_NUMBER LESS 5180)

+ 1 - 1
CMakeSettings.json

@@ -1,5 +1,5 @@
 {
 {
-  "environments": [ { "BuildNumber": "5182" } ],
+  "environments": [ { "BuildNumber": "5183" } ],
   "configurations": [
   "configurations": [
     {
     {
       "name": "x64-native",
       "name": "x64-native",