summaryrefslogtreecommitdiffhomepage
path: root/installer
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-02-27 14:27:01 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-02-27 15:46:03 +0100
commit04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 (patch)
tree8c2a033a52ead0f0691c14427db76ae0dca3ba90 /installer
parentb05464749c618b83167e23f8b7046c1d29cbd9a3 (diff)
opentrack, installer: add back git version parsing
Diffstat (limited to 'installer')
-rw-r--r--installer/opentrack-installer.iss4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss
index 469192f7..01478557 100644
--- a/installer/opentrack-installer.iss
+++ b/installer/opentrack-installer.iss
@@ -3,9 +3,9 @@
#include "../build/opentrack-version.hxx"
#define MyAppName "TrackHat opentrack v3"
-#define MyAppVersion "TrackHat opentrack v3.0b"
+#define MyAppVersion OPENTRACK_VERSION
#define MyAppPublisher "TrackHat"
-#define MyAppURL "http://github.com/opentrack/opentrack"
+#define MyAppURL "https://www.trackhat.org/trackhat-opentrack"
#define MyAppExeName "opentrack.exe"
[Setup]