diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-30 11:28:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-06-05 14:57:32 +0200 |
commit | aab8dd7a7be52a1f6fd03a907a17a44815c9fecf (patch) | |
tree | f20c6e35e07be758d589a9795ab7dad4bdf0c3c9 | |
parent | 5bc8f3a679a65a89c34ff7cff988c4b527087a74 (diff) |
trackhat, installer: bump version number
-rw-r--r-- | installer/opentrack-installer.iss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opentrack-installer.iss b/installer/opentrack-installer.iss index 0b276658..42fc567f 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -3,7 +3,7 @@ #include "../build/opentrack-version.hxx" #define MyAppName "TrackHat opentrack" -#define MyAppVersion "trackhat-opentrack-2.1" +#define MyAppVersion "trackhat-opentrack-2.2" #define MyAppPublisher "opentrack" #define MyAppURL "http://github.com/opentrack/opentrack" #define MyAppExeName "opentrack.exe" |