diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:20:28 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-06-21 20:20:28 +0200 |
commit | 54a3574537b36ee60d21b0afe87940a42afe106c (patch) | |
tree | a63e797e4fafe88765f6aef40ce48fb91bb51e40 /CMakeLists.txt | |
parent | d5d7dc06016e0e3719e8945eaed0cdf9375fe867 (diff) | |
download | fastd-54a3574537b36ee60d21b0afe87940a42afe106c.tar fastd-54a3574537b36ee60d21b0afe87940a42afe106c.zip |
Development version
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 39f4b53..ad4eb18 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 "v13") +set(FASTD_VERSION "v13+") include(arch) include(config) |