Commit bf202c53917affc896a14c994ed2f145b270b287
1 parent
b0b84c05
Exists in
master
and in
5 other branches
Fixing file version indication in win32 package.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
win/pw3270.nsi.in
| ... | ... | @@ -28,7 +28,7 @@ RequestExecutionLevel admin |
| 28 | 28 | VIProductVersion "@PACKAGE_VERSION@.@PACKAGE_MAJOR_RELEASE@.@PACKAGE_MINOR_RELEASE@" |
| 29 | 29 | VIAddVersionKey "ProductName" "@PACKAGE@" |
| 30 | 30 | VIAddVersionKey "FileDescription" "@PACKAGE_DESCRIPTION@" |
| 31 | -VIAddVersionKey "FileVersion" "@PACKAGE_VERSION@" | |
| 31 | +VIAddVersionKey "FileVersion" "@WIN32_VERSION@" | |
| 32 | 32 | VIAddVersionKey "LegalCopyright" "GPL-2.0" |
| 33 | 33 | |
| 34 | 34 | # Interface | ... | ... |