Skip to content

Commit

Permalink
Changed default installer version number for ViveDoom 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmbruns committed Jun 26, 2017
1 parent c305b25 commit daa3c4d
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 @@ -347,7 +347,7 @@ if( NOT CMAKE_CROSSCOMPILING )
export(TARGETS ${CROSS_EXPORTS} FILE "${CMAKE_BINARY_DIR}/ImportExecutables.cmake" )
endif()

set(CPACK_PACKAGE_VERSION vivedoom0.5.1 CACHE STRING "Version name for gzdoom installer wizard")
set(CPACK_PACKAGE_VERSION vivedoom0.5.2 CACHE STRING "Version name for gzdoom installer wizard")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/docs/licenses/README.TXT")
if(WIN32)
set(CPACK_GENERATOR NSIS)
Expand Down

0 comments on commit daa3c4d

Please sign in to comment.