Skip to content

Commit

Permalink
Official Release of 6.4.197
Browse files Browse the repository at this point in the history
  • Loading branch information
imikejackson committed Oct 21, 2017
1 parent f42a50c commit 9a0dee2
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 @@ -186,7 +186,7 @@ endif()
# Development: This is currently in development and probably has bugs.
get_property(DREAM3DProj_RELEASE_TYPE GLOBAL PROPERTY PACKAGE_RELEASE_TYPE)
if("${DREAM3DProj_RELEASE_TYPE}" STREQUAL "")
set(DREAM3DProj_RELEASE_TYPE "Development")
set(DREAM3DProj_RELEASE_TYPE "Official")
set_property(GLOBAL PROPERTY PACKAGE_RELEASE_TYPE "${DREAM3DProj_RELEASE_TYPE}")
endif()

Expand Down

0 comments on commit 9a0dee2

Please sign in to comment.