aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:50 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-06-11 11:47:50 -0400
commit8a958beb483b41eda34622c778983421baa7b06d (patch)
tree4874ef796125b28b94b5634c9defbe5f36502ad5 /CMakeLists.txt
parent9349c1b82bda4188f4fda85b1214abf50e994a7f (diff)
bump version info for release3.1.5
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 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)