Fix Windows installer version

This commit is contained in:
Safing
2023-05-31 15:52:52 +02:00
parent ea8327980f
commit da4c912d20
+2 -2
View File
@@ -1,7 +1,7 @@
Unicode true ; The Multi-Language-Part is a modified version of the MultiLanguage-NSIS-Example
!define PRODUCT_VERSION "1.0.13"
!define VERSION "1.0.13"
!define PRODUCT_VERSION "1.0.13.0"
!define VERSION "1.0.13.0"
VIProductVersion "${PRODUCT_VERSION}"
VIFileVersion "${VERSION}"