Skip to content

Commit

Permalink
Bump Version number to 4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Sep 4, 2018
1 parent de6e34c commit 47bfc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 11)

set(KANGARU_VERSION_MAJOR "4")
set(KANGARU_VERSION_MINOR "1")
set(KANGARU_VERSION_PATCH "1")
set(KANGARU_VERSION_PATCH "2")

set(KANGARU_VERSION "${KANGARU_VERSION_MAJOR}.${KANGARU_VERSION_MINOR}.${KANGARU_VERSION_PATCH}")

Expand Down

0 comments on commit 47bfc29

Please sign in to comment.