Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
d-frey committed Jun 4, 2019
1 parent 47f0264 commit 93b7139
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down

0 comments on commit 93b7139

Please sign in to comment.