Skip to content

Commit db07303

Browse files
authored
Update version.cpp
1 parent 68f40a1 commit db07303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MAGE/Code/Engine/Core/meta/version.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace mage {
1717
Print("Engine version {}.{}.{} of {} at {}\n",
1818
GetVersionMajor(), GetVersionMinor(), GetVersionPatch(),
1919
__DATE__, __TIME__);
20-
Print("Copyright (c) 2016-2024 Matthias Moulin.\n");
20+
Print("Copyright (c) 2016-2025 Matthias Moulin.\n");
2121

2222
std::fflush(stdout);
2323
}

0 commit comments

Comments
 (0)