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 ac048e3 commit 35bb845Copy full SHA for 35bb845
Injector/Main.cpp
@@ -25,15 +25,15 @@ int _tmain(int argc, TCHAR** argv)
25
SehGuard Guard;
26
27
// Injector version number
28
- const std::tstring VerNum(_T("20120519c"));
+ const std::tstring VerNum(_T("20160206"));
29
30
// Version and copyright output
31
#ifdef _WIN64
32
std::tcout << _T("Injector x64 [Version ") << VerNum << _T("]") << std::endl;
33
#else
34
std::tcout << _T("Injector x86 [Version ") << VerNum << _T("]") << std::endl;
35
#endif
36
- std::tcout << _T("Copyright (c) 2009 Cypher. All rights reserved.") << std::endl << std::endl;
+ std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2016 Nefarius. All rights reserved.") << std::endl << std::endl;
37
38
enum ExtraOptions
39
{
0 commit comments