From 2c0df4ae3c83135dc28a51eabf48e3c2c80750b0 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sat, 14 Sep 2019 20:11:56 +0200 Subject: [PATCH] v1.5.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 937ff02..974faab 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.6.8") +set(JUCI_VERSION "1.5.0") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")