diff --git a/cmake/Installation.cmake b/cmake/Installation.cmake index 1a52c08bf..d529790d3 100644 --- a/cmake/Installation.cmake +++ b/cmake/Installation.cmake @@ -4,6 +4,11 @@ # ################################################################################ +# set correct version to update files +set(QTOX_VERSION "1.8.1") +execute_process(COMMAND ${CMAKE_SOURCE_DIR}/tools/update-versions.sh + ${QTOX_VERSION}) + if(APPLE) set_target_properties(${PROJECT_NAME} PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_SOURCE_DIR}/osx/info.plist")