Skip to content

Commit 93b7139

Browse files
committed
Fix version number
1 parent 47f0264 commit 93b7139

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.2.0 FATAL_ERROR)
22

3-
project(taocpp-operators VERSION 1.2.0 LANGUAGES CXX)
3+
project(taocpp-operators VERSION 1.2.2 LANGUAGES CXX)
44

55
if(${PROJECT_NAME}_FOUND)
66
# multiple versions can't co-exist

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,12 @@ you can disable it defining `TAO_OPERATORS_NODISCARD`:
926926

927927
## Changelog
928928

929+
### 1.2.2
930+
931+
Released 2019-06-04
932+
933+
* Fix `CMakeLists.txt` version number.
934+
929935
### 1.2.1
930936

931937
Released 2019-06-04

0 commit comments

Comments
 (0)