comparison Resources/WindowsResources.rc @ 2996:d547f998c947 db-changes

integration mainline->db-changes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Dec 2018 20:33:13 +0100
parents 9cc3d40e389b
children
comparison
equal deleted inserted replaced
2981:eff50153a7b3 2996:d547f998c947
9 BLOCK "StringFileInfo" 9 BLOCK "StringFileInfo"
10 BEGIN 10 BEGIN
11 BLOCK "${BLOCK}" 11 BLOCK "${BLOCK}"
12 BEGIN 12 BEGIN
13 VALUE "Comments", "${RELEASE}" 13 VALUE "Comments", "${RELEASE}"
14 VALUE "CompanyName", "University Hospital of Liege, Belgium" 14 VALUE "CompanyName", "Osimis SA, Belgium"
15 VALUE "FileDescription", "${DESCRIPTION}" 15 VALUE "FileDescription", "${DESCRIPTION}"
16 VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}" 16 VALUE "FileVersion", "${VERSION_MAJOR}.${VERSION_MINOR}.0.${VERSION_PATCH}"
17 VALUE "InternalName", "${PRODUCT}" 17 VALUE "InternalName", "${PRODUCT}"
18 VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, Belgium" 18 VALUE "LegalCopyright", "(c) 2012-${YEAR}, Sebastien Jodogne, University Hospital of Liege, and Osimis SA, Belgium"
19 VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/" 19 VALUE "LegalTrademarks", "Licensing information is available at http://www.orthanc-server.com/"
20 VALUE "OriginalFilename", "${FILENAME}" 20 VALUE "OriginalFilename", "${FILENAME}"
21 VALUE "ProductName", "${PRODUCT}" 21 VALUE "ProductName", "${PRODUCT}"
22 VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}" 22 VALUE "ProductVersion", "${VERSION_MAJOR}.${VERSION_MINOR}"
23 END 23 END