From 04ae0a46fdc50a2ec96d5f6e2284c4ddd6c92a65 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 27 Feb 2023 14:27:01 +0100 Subject: opentrack, installer: add back git version parsing --- installer/opentrack-installer.iss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') 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] -- cgit v1.2.3