Skip to content

Commit

Permalink
increase version number to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-weiss committed Apr 17, 2020
1 parent 2248f11 commit 5e33bd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 0.12.0 (April 18, 2020)

### Added
- new `addSimpleCommonDefinitionsObjectTo` function
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ include_directories(include)
############################################################
# init project
############################################################
project(libadm VERSION 0.11.0 LANGUAGES CXX)
project(libadm VERSION 0.12.0 LANGUAGES CXX)

if(${PROJECT_SOURCE_DIR} STREQUAL ${CMAKE_SOURCE_DIR})
set(IS_ROOT_PROJECT TRUE)
Expand Down

0 comments on commit 5e33bd6

Please sign in to comment.