diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 17:39:48 -0400 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2020-10-06 17:39:48 -0400 |
commit | c4d737c86c9be46a47e91f6b6f27ea2d1b8ed9cf (patch) | |
tree | 13cf4fff87c957d165ba6830cbfe20d64c12d08b /CMakeLists.txt | |
parent | 60d451bbbe21db90521fc1e5d0731a542c6434c8 (diff) |
bump version numbers and update changelog3.2.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 6fd9c72..5101631 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.4) -project(olm VERSION 3.2.0 LANGUAGES CXX C) +project(olm VERSION 3.2.1 LANGUAGES CXX C) option(OLM_TESTS "Build tests" ON) option(BUILD_SHARED_LIBS "Build as a shared library" ON) |