From 97d9761a9b49bc539945045a54733b6ff29b4106 Mon Sep 17 00:00:00 2001 From: Davide Beatrici Date: Tue, 25 May 2021 01:29:36 +0200 Subject: [PATCH] Bump version to 5.02 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )