1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-23 09:59:52 +03:00

Compare commits

..

No commits in common. "9c0b5f7001baf6efc25a049b41683aaf2fdf9dd1" and "a39560749d16ab9af3ed55a6da2ed644b8e143d6" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

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

View File

@ -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 "5183") set(BUILD_NUMBER "5182")
endif() endif()
if (BUILD_NUMBER LESS 5180) if (BUILD_NUMBER LESS 5180)

View File

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