Skip to content

Commit

Permalink
Update copyright year and version number
Browse files Browse the repository at this point in the history
IB-7807, IB-7900

Signed-off-by: Raul Metsma <[email protected]>
  • Loading branch information
metsma committed Feb 9, 2024
1 parent 3cbc560 commit 494568b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()
project(ID-updater VERSION 3.15.0)
project(ID-updater VERSION 3.16.0)

set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)

Expand Down Expand Up @@ -150,7 +150,7 @@ else()
add_custom_target(installer DEPENDS ${PROJECT_NAME}
COMMAND "$ENV{WIX}bin\\candle.exe" -nologo -arch ${PLATFORM}
-dMSI_VERSION=${VERSION} -dqt_path=${qtCore_install_prefix}
-dqt_suffix=$<$<CONFIG:Debug>:d> -dqtconf=${CMAKE_SOURCE_DIR}/qt.conf -dlibs_path="${SSL_PATH}"
-dqt_suffix=$<$<CONFIG:Debug>:d> -dlibs_path="${SSL_PATH}"
-dupdater_path=$<TARGET_FILE:${PROJECT_NAME}> ${CMAKE_SOURCE_DIR}/idupdater.wxs
${CMAKE_SOURCE_DIR}/cmake/modules/WelcomeDlg2.wxs ${CMAKE_SOURCE_DIR}/cmake/modules/WixUI_Minimal2.wxs
COMMAND "$ENV{WIX}bin\\light.exe" -nologo -o "${MSI_FILE}.msi" -ext WixUIExtension
Expand Down
2 changes: 1 addition & 1 deletion cmake
2 changes: 1 addition & 1 deletion idupdater.rc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "ID Updater Application"
VALUE "FileVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
VALUE "InternalName", "id-updater"
VALUE "LegalCopyright", "Copyright (C) 2009-2023 Estonian Information System Authority"
VALUE "LegalCopyright", "Copyright (C) 2009-2024 Estonian Information System Authority"
VALUE "OriginalFilename", "id-updater.exe"
VALUE "ProductName", "id-updater"
VALUE "ProductVersion", VER_STR(MAJOR_VER.MINOR_VER.RELEASE_VER.BUILD_VER)
Expand Down

0 comments on commit 494568b

Please sign in to comment.