summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 18:18:46 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2014-11-15 18:18:46 +0100
commit724cc3119f24596fca4cd8a66e9733c48142172c (patch)
tree5330694afad3be72488d0072dbbbd9603706249e /CMakeLists.txt
parent772cd4ac94605567d8d6e50651fd966fda01c0c9 (diff)
downloadfastd-724cc3119f24596fca4cd8a66e9733c48142172c.tar
fastd-724cc3119f24596fca4cd8a66e9733c48142172c.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 0908d89..97b871d 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 "v16")
+set(FASTD_VERSION "v16+")
include(arch)
include(config)