summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-01-29 06:44:03 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-01-29 06:44:03 +0100
commit2a69e5fe2d6b89a6f477a39157d4c0b318374fc5 (patch)
treeb2db47a0ab06b9c9f39ef3698e96ca8b6bda5d29 /CMakeLists.txt
parent295658a50cbc5188877c0ba7dcaceb269bc03ba6 (diff)
downloadfastd-2a69e5fe2d6b89a6f477a39157d4c0b318374fc5.tar
fastd-2a69e5fe2d6b89a6f477a39157d4c0b318374fc5.zip
Development version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f20b1fc..62d9a6f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
cmake_policy(SET CMP0017 OLD) # Prefer modules in our module directory
project(FASTD C ASM)
-set(FASTD_VERSION "v17")
+set(FASTD_VERSION "v17+")
include(arch)
include(config)