Skip to content

Commit

Permalink
Bumped version number to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gracicot committed Apr 29, 2024
1 parent eff70dd commit ab498eb
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)

set(KANGARU_VERSION_MAJOR "4")
set(KANGARU_VERSION_MINOR "3")
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 ab498eb

Please sign in to comment.