summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2013-10-16 12:07:32 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2013-10-16 12:07:32 +0200
commitecebe8a755251375b18ede7afc8e684ad1be0bf8 (patch)
tree8bd9d01c67a7c9de566a9c44986ff8f2947132a9 /CMakeLists.txt
parent84e3d7a16b8703b05c6fc137e1b31ca23e6bd29d (diff)
downloadfastd-ecebe8a755251375b18ede7afc8e684ad1be0bf8.tar
fastd-ecebe8a755251375b18ede7afc8e684ad1be0bf8.zip
New development cycle
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 cbed26e..4490bc7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8.3)
project(FASTD C)
set(CMAKE_MODULE_PATH ${FASTD_SOURCE_DIR})
-set(FASTD_VERSION "v10")
+set(FASTD_VERSION "v10+")
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")