-
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.
- Loading branch information
Showing
1 changed file
with
4 additions
and
3 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 @@ | ||
#pragma once | ||
|
||
#define CURRENT_VERSION "1.0.0" | ||
#define CURRENT_VERSION "1.0.1" | ||
#define ENGLISH | ||
|
||
#ifdef ENGLISH | ||
|
@@ -43,8 +43,9 @@ 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 v" CURRENT_VERSION LR"( (project homepage: https://github.com/Artikash/Textractor) | ||
Made by me: Artikash (email: [email protected]) | ||
constexpr auto ABOUT = L"Textractor v" CURRENT_VERSION LR"( made by me: Artikash (email: [email protected]) | ||
Project homepage: https://github.com/Artikash/Textractor | ||
Tutorial video: https://www.youtube.com/watch?v=eecEOacF6mw | ||
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 | ||
Source code available under GPLv3 at project homepage | ||
|