Skip to content

Commit

Permalink
Update version.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
matt77hias authored Oct 31, 2023
1 parent 6f40ef3 commit e5c9ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAGE/Code/Engine/Core/meta/version.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace mage {
Print("Engine version {}.{}.{} of {} at {}\n",
GetVersionMajor(), GetVersionMinor(), GetVersionPatch(),
__DATE__, __TIME__);
Print("Copyright (c) 2016-2023 Matthias Moulin.\n");
Print("Copyright (c) 2016-2024 Matthias Moulin.\n");

std::fflush(stdout);
}
Expand Down

0 comments on commit e5c9ead

Please sign in to comment.