Skip to content

Commit 35bb845

Browse files
committed
Updated version information
1 parent ac048e3 commit 35bb845

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Injector/Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ int _tmain(int argc, TCHAR** argv)
2525
SehGuard Guard;
2626

2727
// Injector version number
28-
const std::tstring VerNum(_T("20120519c"));
28+
const std::tstring VerNum(_T("20160206"));
2929

3030
// Version and copyright output
3131
#ifdef _WIN64
3232
std::tcout << _T("Injector x64 [Version ") << VerNum << _T("]") << std::endl;
3333
#else
3434
std::tcout << _T("Injector x86 [Version ") << VerNum << _T("]") << std::endl;
3535
#endif
36-
std::tcout << _T("Copyright (c) 2009 Cypher. All rights reserved.") << std::endl << std::endl;
36+
std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2016 Nefarius. All rights reserved.") << std::endl << std::endl;
3737

3838
enum ExtraOptions
3939
{

0 commit comments

Comments
 (0)