Commit 180fc4910154e5ce28cfe55f4c8a10319f6069a7

Authored by Perry Werneck
1 parent 288607c6

Ajustando empacotamento windows

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
win/pw3270.nsi.in
... ... @@ -25,7 +25,7 @@ InstallDirRegKey HKLM "Software\@PACKAGE@" "InstallLocation"
25 25 RequestExecutionLevel admin
26 26  
27 27 # Properties
28   -VIProductVersion "@PACKAGE_VERSION@.0.0"
  28 +VIProductVersion "@PACKAGE_VERSION@.@PACKAGE_MAJOR_RELEASE@.@PACKAGE_MINOR_RELEASE@"
29 29 VIAddVersionKey "ProductName" "@PACKAGE@"
30 30 VIAddVersionKey "FileDescription" "@PACKAGE_DESCRIPTION@"
31 31 VIAddVersionKey "FileVersion" "@PACKAGE_VERSION@"
... ...