Skip to content

Commit df08bb9

Browse files
committed
New version
1 parent 8a0fee0 commit df08bb9

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.0.2 LANGUAGES CXX)
3+
project (taocpp-operators VERSION 1.1.1 LANGUAGES CXX)
44

55
# installation directories
66
set (TAOCPP_OPERATORS_INSTALL_INCLUDE_DIR "include" CACHE STRING "The installation include directory")

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,12 @@ work-around:
913913

914914
## Changelog
915915

916+
### 1.1.1
917+
918+
Released 2018-06-17
919+
920+
* Automatic upload of Conan packages on release.
921+
916922
### 1.1.0
917923

918924
Released 2018-06-17

0 commit comments

Comments
 (0)