Skip to content

Commit a27e69d

Browse files
increase version number to 0.11.0
1 parent 039cafc commit a27e69d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 0.11.0 (Oktober 11, 2019)
44

55
### Added
66
- library can now also be used as a CMake subproject

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include_directories(include)
99
############################################################
1010
# init project
1111
############################################################
12-
project(libadm VERSION 0.10.0 LANGUAGES CXX)
12+
project(libadm VERSION 0.11.0 LANGUAGES CXX)
1313

1414
if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
1515
set(IS_ROOT_PROJECT TRUE)

0 commit comments

Comments
 (0)