From 66d2d1f762d2b5f75f8f48df4f6ffaa06b8c004d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 11 Nov 2014 23:53:00 +0100 Subject: fastd v15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3138509..b9e8d74 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 "v14+") +set(FASTD_VERSION "v15") include(arch) include(config) -- cgit v1.2.3