From e59cb70467a085cb00fba75a748fe8b7b5431624 Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 2 Apr 2021 09:30:44 +0200 Subject: [PATCH] v1.6.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 926f55f..3fe3c00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.1) project(juci) -set(JUCI_VERSION "1.6.2.2") +set(JUCI_VERSION "1.6.3") set(CPACK_PACKAGE_NAME "jucipp") set(CPACK_PACKAGE_CONTACT "Ole Christian Eidheim ")