From 1944bf78bbf13b9bd80be7df303aac1ea16047a9 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 7 Jan 2025 18:29:39 +0100 Subject: [PATCH] v1.8.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a9bd36..7b99dde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(juci) -set(JUCI_VERSION "1.8.0.2") +set(JUCI_VERSION "1.8.1") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")