From 6144f45918c52c3f5e27c16c67c9ec2872865475 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Mon, 1 Oct 2018 23:09:30 +0500 Subject: [PATCH] increased build number to 5.1.9658 --- CMakeLists.txt | 2 +- src/CurrentBuild.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8025705c..e077ef09 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(SoftEtherVPN - VERSION 5.01.9657 + VERSION 5.01.9658 LANGUAGES C ) diff --git a/src/CurrentBuild.txt b/src/CurrentBuild.txt index ca4d8e5b..7cdb1e29 100644 --- a/src/CurrentBuild.txt +++ b/src/CurrentBuild.txt @@ -1,5 +1,5 @@ VERSION_MAJOR 5 VERSION_MINOR 1 -VERSION_BUILD 9657 +VERSION_BUILD 9658 BUILD_NAME unstable -BUILD_DATE 20180113_003620 +BUILD_DATE 20181001_230300