1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-12-16 15:11:35 +03:00

Update CMakeSettings.json BuildNumber to match (next) tagged release

This commit is contained in:
Thomas Winkler
2024-02-24 22:19:51 +01:00
committed by GitHub
parent 2d26df5d3f
commit a00d445ac1

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