diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-23 12:58:10 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-10-23 12:58:10 -0400 |
commit | ff24af601a18e2dbc1a0bc7aed87936c83d79cd2 (patch) | |
tree | 9c6706ef8e99ee6da2fc9fa28adff91ee9fe78ae /CMakeLists.txt | |
parent | 9acfd1791edc3ab7750dcb53ae277c8a33296532 (diff) |
prepare release 3.0.0
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 cd85427..ed32677 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.1) -project(olm VERSION 2.3.0 LANGUAGES CXX C) +project(olm VERSION 3.0.0 LANGUAGES CXX C) option(OLM_TESTS "Build tests" ON) option(BUILD_SHARED_LIBS "Build as a shared library" ON) |