From b3b5182258b25835e7c5f683623ab774d8e34c75 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 21 Aug 2021 18:14:05 +0200 Subject: [PATCH] v1.7.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db21275..e289ca2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(juci) -set(JUCI_VERSION "1.7.0.1") +set(JUCI_VERSION "1.7.1") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")