From ce4a3a830e4625acccbd179c807b49bc742c1b6f Mon Sep 17 00:00:00 2001 From: lukas Date: Thu, 21 May 2020 14:18:29 +0200 Subject: [PATCH] release version v1.3.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b4d9d14..fcf1bd0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ cmake_minimum_required(VERSION 3.13) project(dynuiprefresher DESCRIPTION "Dynu ip refresher" LANGUAGES) -SET(PROJECT_VERSION 1.3.3) +SET(PROJECT_VERSION 1.3.4) # CONFIGURATION SET(CMAKE_BUILD_TYPE Release) # manually SET build type (Release / Debug)