From 5f68ef7f4e6f704b520031e97eedc3003ad2e5dd Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 10 Jun 2018 12:50:55 +0200 Subject: [PATCH] v1.4.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4bff47d..35b2373 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.3") +set(JUCI_VERSION "1.4.4") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")