Skip to content

Commit 5f5b900

Browse files
authored
Incrementing patch version number to 2.4.2. (#256)
1 parent 60078c8 commit 5f5b900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ INCLUDE(CMake/RegisterUnitTest.cmake)
102102

103103
SET(SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
104104
SET(SEG3D_MINOR_VERSION 4 CACHE INTERNAL "Minor version number" FORCE)
105-
SET(SEG3D_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
105+
SET(SEG3D_PATCH_VERSION 2 CACHE INTERNAL "Patch version number" FORCE)
106106

107107

108108
###########################################

0 commit comments

Comments
 (0)