From 692f3de1f0aad00051096579975e515bccc3802a Mon Sep 17 00:00:00 2001 From: eidheim Date: Wed, 17 Aug 2022 09:05:19 +0200 Subject: [PATCH] v1.7.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a068e2a..42f1660 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(juci) -set(JUCI_VERSION "1.7.1.1") +set(JUCI_VERSION "1.7.2") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")