Skip to content

Commit 08ef791

Browse files
committed
Bumped version
1 parent 42724eb commit 08ef791

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Injector/Injector.rc

0 Bytes
Binary file not shown.

Injector/Main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ int main(int, char* argv[])
3333
SehGuard Guard;
3434

3535
// Injector version number
36-
const std::tstring VerNum(_T("20230813"));
36+
const std::tstring VerNum(_T("20240218"));
3737

3838
// Version and copyright output
3939
#ifdef _WIN64
4040
std::tcout << _T("Injector x64 [Version ") << VerNum << _T("]") << std::endl;
4141
#else
4242
std::tcout << _T("Injector x86 [Version ") << VerNum << _T("]") << std::endl;
4343
#endif
44-
std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2023 Nefarius. All rights reserved.") << std::endl << std::endl;
44+
std::tcout << _T("Copyright (c) 2009 Cypher, 2012-2024 Nefarius. All rights reserved.") << std::endl << std::endl;
4545

4646
argh::parser cmdl;
4747

0 commit comments

Comments
 (0)