From 219804cecc91b4dd3533498a107a1deab0c1c476 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 5 Nov 2018 17:08:44 -0500 Subject: [PATCH] update version --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/text.h b/include/text.h index 414ce905..ef4f00d5 100644 --- a/include/text.h +++ b/include/text.h @@ -20,7 +20,7 @@ constexpr auto UNHOOK = u8"Unhook"; constexpr auto REMOVE_HOOK = u8"Which hook to remove?"; constexpr auto SELECT_EXTENSION = u8"Select Extension"; constexpr auto EXTENSIONS = u8"Extensions (*.dll)"; -constexpr auto ABOUT = L"Textractor beta v3.4.0 by Artikash\r\n" +constexpr auto ABOUT = L"Textractor beta v3.4.1 by Artikash\r\n" "Source code and more information available under GPLv3 at https://github.com/Artikash/Textractor"; constexpr auto TOO_MANY_THREADS = L"Textractor: ERROR: too many text threads: can't create more"; constexpr auto ALREADY_INJECTED = L"Textractor: ERROR: already injected";