Browse Source

Inno setup script does now set proper version on the generated executable.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@640 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 years ago
parent
commit
29c54dc69d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packaging/windows-innosetup/script.iss

+ 3 - 1
packaging/windows-innosetup/script.iss

@@ -12,7 +12,9 @@ SetupIconFile=..\..\tools\shared\assimp_tools_icon.ico
 WizardImageFile=compiler:WizModernImage-IS.BMP
 WizardSmallImageFile=compiler:WizModernSmallImage-IS.BMP
 LicenseFile=License.rtf
-
+OutputBaseFileName=assimp-sdk-1.1rc-setup
+VersionInfoVersion=1.1.0.0
+VersionInfoTextVersion=1.1rc
 
 [Types]
 Name: "full"; Description: "Full installation"