Skip to content

Commit 4ca475c

Browse files
committed
[CMake] Bump to v18.12.01
1 parent d11a448 commit 4ca475c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(Sofa) # Cannot use VERSION with patch like "00"
44
# Manually define VERSION
55
set(Sofa_VERSION_MAJOR 18)
66
set(Sofa_VERSION_MINOR 12)
7-
set(Sofa_VERSION_PATCH 00)
7+
set(Sofa_VERSION_PATCH 01)
88
set(Sofa_VERSION ${Sofa_VERSION_MAJOR}.${Sofa_VERSION_MINOR}.${Sofa_VERSION_PATCH})
99

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

0 commit comments

Comments
 (0)