Skip to content

Commit 427fc41

Browse files
authored
Merge pull request #403 from SCIInstitute/version_update
Update patch version
2 parents 07c07ab + aa43493 commit 427fc41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ include(CMake/RegisterUnitTest.cmake)
101101

102102
set(SEG3D_MAJOR_VERSION 2 CACHE INTERNAL "Major version number" FORCE)
103103
set(SEG3D_MINOR_VERSION 5 CACHE INTERNAL "Minor version number" FORCE)
104-
set(SEG3D_PATCH_VERSION 0 CACHE INTERNAL "Patch version number" FORCE)
104+
set(SEG3D_PATCH_VERSION 1 CACHE INTERNAL "Patch version number" FORCE)
105105

106106

107107
###########################################
@@ -262,7 +262,7 @@ endif()
262262
if(SEG3D_BUILD_INTERFACE)
263263
# see http://doc.qt.io/qt-5/cmake-manual.html
264264
find_package(Qt5 COMPONENTS Core Gui OpenGL Widgets Svg REQUIRED HINTS ${Qt5_PATH})
265-
265+
266266
get_target_property(QtCore_location_Release Qt5::Core LOCATION_Release)
267267
#get_target_property(QtCore_location_Debug Qt5::Core LOCATION_Debug)
268268
get_target_property(QtGui_location_Release Qt5::Gui LOCATION_Release)

0 commit comments

Comments
 (0)