diff options
Diffstat (limited to 'installer')
-rwxr-xr-x | installer/opentrack-installer.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index db8dc85e..345fda72 100755 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,7 +2,8 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "TrackHat opentrack" -#define MyAppVersion "trackhat-1.1" +#include "../build/opentrack-version.h" +#define MyAppVersion OPENTRACK_VERSION #define MyAppPublisher "opentrack" #define MyAppURL "http://github.com/opentrack/opentrack" #define MyAppExeName "opentrack.exe" |