summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:04:49 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-03 14:04:49 +0200
commit1b621191deaf47abf05af1d6b7db1f34e3b81a66 (patch)
tree5da1d5b620a2a57af870e0c1a63f5175bab122b4 /CMakeLists.txt
parent288946f1694c2abe1d2c5800c87339d1e8780e4b (diff)
downloadsink-1b621191deaf47abf05af1d6b7db1f34e3b81a66.tar.gz
sink-1b621191deaf47abf05af1d6b7db1f34e3b81a66.zip
Going towards 0.4
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 6690c4c..36bd0e0 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.3.0) 6project(sink VERSION 0.4)
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)