From 22b7c68c9f740f5db1c93c699068568fc87b3a07 Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 21 Jan 2020 09:46:14 +0100 Subject: [PATCH] v1.5.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0924938..5ac5bed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8.8) project(juci) -set(JUCI_VERSION "1.5.0.5") +set(JUCI_VERSION "1.5.1") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")