aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2020-10-06 17:39:48 -0400
committerHubert Chathi <hubert@uhoreg.ca>2020-10-06 17:39:48 -0400
commitc4d737c86c9be46a47e91f6b6f27ea2d1b8ed9cf (patch)
tree13cf4fff87c957d165ba6830cbfe20d64c12d08b /CMakeLists.txt
parent60d451bbbe21db90521fc1e5d0731a542c6434c8 (diff)
bump version numbers and update changelog3.2.1
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 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)