mirror of
https://github.com/rd235/cado
synced 2024-12-27 06:24:11 +01:00
Bump Version
This commit is contained in:
parent
c3bc6f56dd
commit
942ec59c61
@ -1,6 +1,6 @@
|
|||||||
cmake_minimum_required(VERSION 3.13)
|
cmake_minimum_required(VERSION 3.13)
|
||||||
project(cado
|
project(cado
|
||||||
VERSION 0.9.4
|
VERSION 0.9.5
|
||||||
DESCRIPTION "Capability Ambient DO. Provide users just the capabilities they need."
|
DESCRIPTION "Capability Ambient DO. Provide users just the capabilities they need."
|
||||||
HOMEPAGE_URL "https://github.com/rd235/cado"
|
HOMEPAGE_URL "https://github.com/rd235/cado"
|
||||||
LANGUAGES C)
|
LANGUAGES C)
|
||||||
@ -27,7 +27,7 @@ endif (WITHEDITOR)
|
|||||||
|
|
||||||
# Spool dir for scado files
|
# Spool dir for scado files
|
||||||
set(CADO_SPOOL_DIR
|
set(CADO_SPOOL_DIR
|
||||||
"${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/spool/${CMAKE_PROJECT_NAME}")
|
"${CMAKE_INSTALL_FULL_LOCALSTATEDIR}/spool/${CMAKE_PROJECT_NAME}")
|
||||||
|
|
||||||
configure_file(
|
configure_file(
|
||||||
"include/config.h.in"
|
"include/config.h.in"
|
||||||
|
Loading…
Reference in New Issue
Block a user