Skip to content

Commit

Permalink
Bumped version number to 4.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Apr 29, 2024
1 parent 679d265 commit d01b962
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 "2")
set(KANGARU_VERSION_PATCH "5")
set(KANGARU_VERSION_PATCH "6")

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

Expand Down

0 comments on commit d01b962

Please sign in to comment.