Skip to content

Commit

Permalink
[CMake] Bump version to 19.06.01
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Jul 26, 2019
1 parent 561eafb commit 09ac472
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 19)
set(Sofa_VERSION_MINOR 06)
set(Sofa_VERSION_PATCH 00)
set(Sofa_VERSION_PATCH 01)
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 09ac472

Please sign in to comment.