Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/SoftEtherVPN/SoftEtherVPN.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Beatrici <git@davidebeatrici.dev>2021-05-25 02:29:36 +0300
committerGitHub <noreply@github.com>2021-05-25 02:29:36 +0300
commit97d9761a9b49bc539945045a54733b6ff29b4106 (patch)
tree5ba294862efa8c9c2090616d88017cfacbb4da10
parent544c9a73da043141b1f391e5bed399930b7923a4 (diff)
Bump version to 5.025.02.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ed042987..1445ee92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,7 +7,7 @@ if ("${BUILD_NUMBER}" STREQUAL "")
endif()
project("SoftEther VPN"
- VERSION "5.01.${BUILD_NUMBER}"
+ VERSION "5.02.${BUILD_NUMBER}"
LANGUAGES C
)