Skip to content

Commit 12494bb

Browse files
Will this fix Windows?
1 parent 8e59367 commit 12494bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

icinga-app/icinga.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ BEGIN
1818
BEGIN
1919
VALUE "CompanyName", "Icinga GmbH"
2020
VALUE "FileDescription", "Icinga 2"
21-
VALUE "FileVersion", ICINGA2_VERSION
21+
VALUE "FileVersion", PACKAGE_VERSION
2222
VALUE "InternalName", "icinga2.exe"
2323
VALUE "LegalCopyright", "� Icinga GmbH"
2424
VALUE "OriginalFilename", "icinga2.exe"
2525
VALUE "ProductName", "Icinga 2"
26-
VALUE "ProductVersion", ICINGA2_VERSION
26+
VALUE "ProductVersion", PACKAGE_VERSION
2727
END
2828
END
2929

0 commit comments

Comments
 (0)