Skip to content

Commit 9a0dee2

Browse files
committed
Official Release of 6.4.197
1 parent f42a50c commit 9a0dee2

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
@@ -186,7 +186,7 @@ endif()
186186
# Development: This is currently in development and probably has bugs.
187187
get_property(DREAM3DProj_RELEASE_TYPE GLOBAL PROPERTY PACKAGE_RELEASE_TYPE)
188188
if("${DREAM3DProj_RELEASE_TYPE}" STREQUAL "")
189-
set(DREAM3DProj_RELEASE_TYPE "Development")
189+
set(DREAM3DProj_RELEASE_TYPE "Official")
190190
set_property(GLOBAL PROPERTY PACKAGE_RELEASE_TYPE "${DREAM3DProj_RELEASE_TYPE}")
191191
endif()
192192

0 commit comments

Comments
 (0)