mirror of https://github.com/Icinga/icinga2.git
Fix Windows .exe version v2.12.0 -> 2.12.0
This commit is contained in:
parent
e9b8fc234b
commit
25f926e201
|
@ -18,12 +18,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Icinga GmbH"
|
||||
VALUE "FileDescription", "Icinga 2"
|
||||
VALUE "FileVersion", VERSION
|
||||
VALUE "FileVersion", ICINGA2_VERSION
|
||||
VALUE "InternalName", "icinga2.exe"
|
||||
VALUE "LegalCopyright", "© Icinga GmbH"
|
||||
VALUE "OriginalFilename", "icinga2.exe"
|
||||
VALUE "ProductName", "Icinga 2"
|
||||
VALUE "ProductVersion", VERSION
|
||||
VALUE "ProductVersion", ICINGA2_VERSION
|
||||
END
|
||||
END
|
||||
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
#define VERSION "${GIT_VERSION}"
|
||||
#define ICINGA2_VERSION "${ICINGA2_VERSION}"
|
||||
|
|
Loading…
Reference in New Issue