-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
final tiny adjustments for official release
- Loading branch information
Showing
4 changed files
with
9 additions
and
8 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,6 +1,6 @@ | ||
#pragma once | ||
|
||
#define CURRENT_VERSION "3.6.0" | ||
#define CURRENT_VERSION "1.0.0" | ||
#define ENGLISH | ||
|
||
#ifdef ENGLISH | ||
|
@@ -43,7 +43,7 @@ constexpr auto FLUSH_DELAY = u8"Flush Delay"; | |
constexpr auto MAX_BUFFER_SIZE = u8"Max Buffer Size"; | ||
constexpr auto CONSOLE = L"Console"; | ||
constexpr auto CLIPBOARD = L"Clipboard"; | ||
constexpr auto ABOUT = L"Textractor beta v" CURRENT_VERSION LR"( (project homepage: https://github.com/Artikash/Textractor) | ||
constexpr auto ABOUT = L"Textractor v" CURRENT_VERSION LR"( (project homepage: https://github.com/Artikash/Textractor) | ||
Made by me: Artikash (email: [email protected]) | ||
Please contact me with any problems, feature requests, or questions relating to Textractor | ||
You can do so via the project homepage (issues section) or via email | ||
|
File renamed without changes.