We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f0264 commit 93b7139Copy full SHA for 93b7139
CMakeLists.txt
@@ -1,6 +1,6 @@
1
cmake_minimum_required(VERSION 3.2.0 FATAL_ERROR)
2
3
-project(taocpp-operators VERSION 1.2.0 LANGUAGES CXX)
+project(taocpp-operators VERSION 1.2.2 LANGUAGES CXX)
4
5
if(${PROJECT_NAME}_FOUND)
6
# multiple versions can't co-exist
README.md
@@ -926,6 +926,12 @@ you can disable it defining `TAO_OPERATORS_NODISCARD`:
926
927
## Changelog
928
929
+### 1.2.2
930
+
931
+Released 2019-06-04
932
933
+* Fix `CMakeLists.txt` version number.
934
935
### 1.2.1
936
937
Released 2019-06-04
0 commit comments