diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-30 12:31:27 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-30 12:31:27 +0100 |
commit | 9c4720653cb40092b76a7f9226a014d26eafb7c3 (patch) | |
tree | 615fb085d8d51364eee22539576d9dc94280d20d /CMakeLists.txt | |
parent | fb81bfa777f8198853cb64b5b2b965329a2d778e (diff) | |
download | sink-9c4720653cb40092b76a7f9226a014d26eafb7c3.tar.gz sink-9c4720653cb40092b76a7f9226a014d26eafb7c3.zip |
Going towards 0.6
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) | |||
3 | cmake_policy(SET CMP0048 NEW) | 3 | cmake_policy(SET CMP0048 NEW) |
4 | cmake_policy(SET CMP0028 NEW) | 4 | cmake_policy(SET CMP0028 NEW) |
5 | 5 | ||
6 | project(sink VERSION 0.5.0) | 6 | project(sink VERSION 0.6) |
7 | 7 | ||
8 | option(BUILD_MAILDIR "BUILD_MAILDIR" ON) | 8 | option(BUILD_MAILDIR "BUILD_MAILDIR" ON) |
9 | option(BUILD_DAV "BUILD_DAV" ON) | 9 | option(BUILD_DAV "BUILD_DAV" ON) |