From c3b62cb6470373438f0fe6bcca303ffb783e8eb8 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 14 Aug 2021 11:33:18 +0200 Subject: [PATCH] v1.7.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ad4190..3bd1e41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(juci) -set(JUCI_VERSION "1.6.3.3") +set(JUCI_VERSION "1.7.0") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")