From 942ec59c61ffe81a2a80e93eaa8e2a3d86565042 Mon Sep 17 00:00:00 2001 From: Mattia Biondi Date: Sun, 3 May 2020 15:50:32 +0200 Subject: [PATCH] Bump Version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a8f43d..73c58f7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) project(cado - VERSION 0.9.4 + VERSION 0.9.5 DESCRIPTION "Capability Ambient DO. Provide users just the capabilities they need." HOMEPAGE_URL "https://github.com/rd235/cado" LANGUAGES C) @@ -27,7 +27,7 @@ endif (WITHEDITOR) # Spool dir for scado files set(CADO_SPOOL_DIR - "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/spool/${CMAKE_PROJECT_NAME}") + "${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/spool/${CMAKE_PROJECT_NAME}") configure_file( "include/config.h.in"