From 1c5da534cd647a5aa983e3a9352e63a3d1b5dede Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 14 Mar 2014 14:36:55 +0100 Subject: fastd v12 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a5ab6b..4719144 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3) project(FASTD C ASM) set(CMAKE_MODULE_PATH ${FASTD_SOURCE_DIR}/cmake) -set(FASTD_VERSION "v11+") +set(FASTD_VERSION "v12") include(arch) include(config) -- cgit v1.2.3