diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-29 15:01:09 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2019-04-29 15:01:09 -0400 |
commit | 6aafd69f8fdb09ca3b764d5e4a90b12f4be1b8ae (patch) | |
tree | 27a6617bb1cd0e87bb1d648b510b91c9603b4db0 /CMakeLists.txt | |
parent | 38649855f716961ec8b1d772b3e3920afa50144c (diff) |
bump version number for 3.1.13.1.1
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 3e63ea9..bc7da71 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.4) -project(olm VERSION 3.1.0 LANGUAGES CXX C) +project(olm VERSION 3.1.1 LANGUAGES CXX C) option(OLM_TESTS "Build tests" ON) option(BUILD_SHARED_LIBS "Build as a shared library" ON) |