diff --git a/CMakeLists.txt b/CMakeLists.txt index 1af55e8..eedcc00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ cmake_minimum_required(VERSION 3.11) -project(continuable VERSION 3.0.0 LANGUAGES C CXX) +project(continuable VERSION 4.0.0 LANGUAGES C CXX) if (CTI_CONTINUABLE_IS_FIND_INCLUDED) set(CTI_CONTINUABLE_IS_TOP_LEVEL_PROJECT OFF) diff --git a/Readme.md b/Readme.md index fb83f46..a9dc4c6 100644 --- a/Readme.md +++ b/Readme.md @@ -6,7 +6,7 @@