diff --git a/CMakeLists.txt b/CMakeLists.txt index 143f1e9..e3228ec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.2.0 FATAL_ERROR) -project(taocpp-operators VERSION 1.2.0 LANGUAGES CXX) +project(taocpp-operators VERSION 1.2.2 LANGUAGES CXX) if(${PROJECT_NAME}_FOUND) # multiple versions can't co-exist diff --git a/README.md b/README.md index 068be9b..37d861b 100644 --- a/README.md +++ b/README.md @@ -926,6 +926,12 @@ you can disable it defining `TAO_OPERATORS_NODISCARD`: ## Changelog +### 1.2.2 + +Released 2019-06-04 + +* Fix `CMakeLists.txt` version number. + ### 1.2.1 Released 2019-06-04