Skip to content

Commit

Permalink
[CMake] Bump version to v20.12.02
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Mar 30, 2021
1 parent 5e2ff04 commit 4aaa9e7
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 @@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00"
# Manually define VERSION
set(Sofa_VERSION_MAJOR 20)
set(Sofa_VERSION_MINOR 12)
set(Sofa_VERSION_PATCH 01)
set(Sofa_VERSION_PATCH 02)
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})

set(SOFA_KERNEL_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/SofaKernel" CACHE STRING "Path to SofaKernel")
Expand Down

0 comments on commit 4aaa9e7

Please sign in to comment.