Set version number for the installer file.

The installer file was missing a version number (was shown as 0.0.0.0) in the Windows Explorer. Set the installer file version number identical to product version number.
This commit is contained in:
Kimmo Varis 2009-03-09 18:45:22 +02:00
parent 1c626c53c2
commit eb7cb81e53
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#define MyAppName "cppcheck"
#define AppVersion "1.30"
; #define MyAppVerName "cppcheck 1.30"
#define MyAppURL "http://sourceforge.net/projects/cppcheck/"
#define MyAppExeName "cppcheck.exe"
@ -35,6 +34,10 @@ AppVerName={#MyAppName} {#AppVersion}
AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
; This is for the installer file
VersionInfoVersion={#AppVersion}
DefaultDirName={pf}\{#MyAppName}
DefaultGroupName={#MyAppName}
AllowNoIcons=yes