Skip to content

Commit

Permalink
[CMake] Bump to v18.12.01
Browse files Browse the repository at this point in the history
  • Loading branch information
guparan committed Feb 11, 2019
1 parent d11a448 commit 4ca475c
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 18)
set(Sofa_VERSION_MINOR 12)
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 4ca475c

Please sign in to comment.