diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:50 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-06-11 11:47:50 -0400 |
commit | 8a958beb483b41eda34622c778983421baa7b06d (patch) | |
tree | 4874ef796125b28b94b5634c9defbe5f36502ad5 /CMakeLists.txt | |
parent | 9349c1b82bda4188f4fda85b1214abf50e994a7f (diff) |
bump version info for release3.1.5
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 b831d03..e98e317 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.4) -project(olm VERSION 3.1.4 LANGUAGES CXX C) +project(olm VERSION 3.1.5 LANGUAGES CXX C) option(OLM_TESTS "Build tests" ON) option(BUILD_SHARED_LIBS "Build as a shared library" ON) |