1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-13 07:13:00 +03:00

Set default build number to 5180

This commit is contained in:
Koichiro IWAO 2021-06-24 17:12:21 +09:00
parent c1370987bf
commit e3f0837bd1
No known key found for this signature in database
GPG Key ID: 9F72CDBC01BF10EB

View File

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