diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 15:50:55 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-19 15:50:55 +0200 |
commit | 93a6f3ba19998e7590c263d5673c8f26cd6a4b1e (patch) | |
tree | c7dd18360004d8d1c0203e33cd7a34866a960ecd | |
parent | e0c2456c61f0d9054aca8649bff7c5aa59935607 (diff) |
installer: bump version for the next alpha
-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 740eec94..3b2a2d50 100644 --- a/installer/opentrack-installer.iss +++ b/installer/opentrack-installer.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
#define MyAppName "opentrack"
-#define MyAppVersion "2.0a1"
+#define MyAppVersion "2.0a3"
#define MyAppPublisher "opentrack"
#define MyAppURL "http://github.com/opentrack/opentrack"
#define MyAppExeName "opentrack.exe"
|