From dc7be5c65aa9b0527d80f023bf5ca2492037554a Mon Sep 17 00:00:00 2001 From: eidheim Date: Tue, 7 Feb 2017 10:40:20 +0100 Subject: [PATCH] Version 1.2.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b16c1e5..dd7dfc7 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.2.1") +set(JUCI_VERSION "1.2.3") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")