diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-15 18:17:49 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-11-15 18:17:49 +0100 |
commit | 772cd4ac94605567d8d6e50651fd966fda01c0c9 (patch) | |
tree | 5fe90226ab3836815f62a1ef414153d468e5d341 /CMakeLists.txt | |
parent | 380484dcef5d69e5fdde1db04fabc0a3a033490c (diff) | |
download | fastd-772cd4ac94605567d8d6e50651fd966fda01c0c9.tar fastd-772cd4ac94605567d8d6e50651fd966fda01c0c9.zip |
fastd v16v16
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 be0c621..0908d89 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 "v15+") +set(FASTD_VERSION "v16") include(arch) include(config) |