-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix showing of GUI when opened multiple times. closes #26
- Loading branch information
Showing
4 changed files
with
12 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#define VERSION 1 | ||
#define REVISION 8 | ||
#define DATE "7.12.2022" | ||
#define DATE "9.12.2022" | ||
#define VERS "Avalanche 1.8" | ||
#define VSTRING "Avalanche 1.8 (7.12.2022)\r\n" | ||
#define VERSTAG "\0$VER: Avalanche 1.8 (7.12.2022)" | ||
#define VSTRING "Avalanche 1.8 (9.12.2022)\r\n" | ||
#define VERSTAG "\0$VER: Avalanche 1.8 (9.12.2022)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters