We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42724eb commit 08ef791Copy full SHA for 08ef791
Injector/Injector.rc
0 Bytes
Injector/Main.cpp
@@ -33,15 +33,15 @@ int main(int, char* argv[])
33
SehGuard Guard;
34
35
// Injector version number
36
- const std::tstring VerNum(_T("20230813"));
+ const std::tstring VerNum(_T("20240218"));
37
38
// Version and copyright output
39
#ifdef _WIN64
40
std::tcout << _T("Injector x64 [Version ") << VerNum << _T("]") << std::endl;
41
#else
42
std::tcout << _T("Injector x86 [Version ") << VerNum << _T("]") << std::endl;
43
#endif
44
- std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2023 Nefarius. All rights reserved.") << std::endl << std::endl;
+ std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2024 Nefarius. All rights reserved.") << std::endl << std::endl;
45
46
argh::parser cmdl;
47
0 commit comments