From e95c2aa2f5186e2521c044f7d08b9c7e22c229cd Mon Sep 17 00:00:00 2001 From: eidheim Date: Mon, 6 Aug 2018 10:50:22 +0200 Subject: [PATCH] v1.4.5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 286607c..c6dd326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8.8) project(juci) -set(JUCI_VERSION "1.4.4.1") +set(JUCI_VERSION "1.4.5") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")