-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
33 additions
and
9 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
#define MINDFORGER_VERSION_MAJOR "1" | ||
#define MINDFORGER_VERSION_MINOR "55" | ||
#define MINDFORGER_VERSION_REVISION "1" | ||
#define MINDFORGER_VERSION_STRING "1.55.1" | ||
#define MINDFORGER_VERSION_DWORD 1,55,1,2 | ||
#define MINDFORGER_VERSION_MAJOR "2" | ||
#define MINDFORGER_VERSION_MINOR "0" | ||
#define MINDFORGER_VERSION_REVISION "0" | ||
#define MINDFORGER_VERSION_STRING "2.0.0" | ||
#define MINDFORGER_VERSION_DWORD 2,0,0,2 | ||
#define MINDFORGER_APP_NAME "MindForger" | ||
#define MINDFORGER_APP_DESCRIPTION "MindForger Thinking Notebook" | ||
#define MINDFORGER_APP_AUTHOR "Martin Dvorak" | ||
#define MINDFORGER_APP_URL "https://www.mindforger.com" | ||
#define MINDFORGER_APP_COMPANY MINDFORGER_APP_NAME | ||
#define MINDFORGER_APP_LEGAL "\xA9 2016-2023 Martin Dvorak. All Rights Reserved" | ||
#define MINDFORGER_APP_EXE "mindforger.exe" | ||
#define MINDFORGER_APP_EXE "mindforger.exe" |
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