summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-12-30 12:31:27 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-12-30 12:31:27 +0100
commit9c4720653cb40092b76a7f9226a014d26eafb7c3 (patch)
tree615fb085d8d51364eee22539576d9dc94280d20d /CMakeLists.txt
parentfb81bfa777f8198853cb64b5b2b965329a2d778e (diff)
downloadsink-9c4720653cb40092b76a7f9226a014d26eafb7c3.tar.gz
sink-9c4720653cb40092b76a7f9226a014d26eafb7c3.zip
Going towards 0.6
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 6a70248..ef3420c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.0)
3cmake_policy(SET CMP0048 NEW) 3cmake_policy(SET CMP0048 NEW)
4cmake_policy(SET CMP0028 NEW) 4cmake_policy(SET CMP0028 NEW)
5 5
6project(sink VERSION 0.5.0) 6project(sink VERSION 0.6)
7 7
8option(BUILD_MAILDIR "BUILD_MAILDIR" ON) 8option(BUILD_MAILDIR "BUILD_MAILDIR" ON)
9option(BUILD_DAV "BUILD_DAV" ON) 9option(BUILD_DAV "BUILD_DAV" ON)