diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f5ca4c..55073cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required (VERSION 3.0.2) -project (utf8cpp VERSION 2.3.5 LANGUAGES CXX) +project (utf8cpp VERSION 2.3.6 LANGUAGES CXX) option(UTF8_TESTS "Enable tests for UTF8-CPP" On) option(UTF8_SAMPLES "Enable building samples for UTF8-CPP" On)