Commit bf202c53917affc896a14c994ed2f145b270b287

Authored by Perry Werneck
1 parent b0b84c05

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,7 +28,7 @@ RequestExecutionLevel admin
28 VIProductVersion "@PACKAGE_VERSION@.@PACKAGE_MAJOR_RELEASE@.@PACKAGE_MINOR_RELEASE@" 28 VIProductVersion "@PACKAGE_VERSION@.@PACKAGE_MAJOR_RELEASE@.@PACKAGE_MINOR_RELEASE@"
29 VIAddVersionKey "ProductName" "@PACKAGE@" 29 VIAddVersionKey "ProductName" "@PACKAGE@"
30 VIAddVersionKey "FileDescription" "@PACKAGE_DESCRIPTION@" 30 VIAddVersionKey "FileDescription" "@PACKAGE_DESCRIPTION@"
31 -VIAddVersionKey "FileVersion" "@PACKAGE_VERSION@" 31 +VIAddVersionKey "FileVersion" "@WIN32_VERSION@"
32 VIAddVersionKey "LegalCopyright" "GPL-2.0" 32 VIAddVersionKey "LegalCopyright" "GPL-2.0"
33 33
34 # Interface 34 # Interface