1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-10-06 02:20:40 +03:00

Update CMakeLists.txt with version bump (upcoming 5182)

This commit is contained in:
Thomas Winkler 2024-02-24 22:24:15 +01:00 committed by GitHub
parent d4dbf3cdc5
commit 442885deb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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