summaryrefslogtreecommitdiffhomepage
path: root/installer
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-22 02:54:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-22 02:54:51 +0200
commit062cb6be8cf1da609475c128bb5815d7df082f29 (patch)
tree98565589a7f42e87cbb6760505bb0a8f743ce371 /installer
parent1ad91f92226facb3306003f19407f45b727c3973 (diff)
centralize version tracking
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'installer')
-rw-r--r--installer/opentrack-installer.iss3
1 files changed, 2 insertions, 1 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index f7b2c272..30669ee5 100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -1,8 +1,9 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
+#include "../opentrack-version.h"
#define MyAppName "opentrack"
-#define MyAppVersion "2.0a6"
+#define MyAppVersion OPENTRACK_VERSION
#define MyAppPublisher "opentrack"
#define MyAppURL "http://github.com/opentrack/opentrack"
#define MyAppExeName "opentrack.exe"