From f1b57c718cf3845bae4cb2b1e7b5c4197bd6a40b Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 2 May 2017 09:39:45 +0200 Subject: [PATCH] Version 1.2.4 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca02bbc..06f5f49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required (VERSION 2.8.8) project(juci) -set(JUCI_VERSION "1.2.3.3") +set(JUCI_VERSION "1.2.4") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")