Add hex-encoded version number to Engine singleton for easy comparisons
This commit is contained in:
parent
623f7b64ae
commit
2e6501d879
3 changed files with 14 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ Dictionary Engine::get_version_info() const {
|
|||
#else
|
||||
dict["patch"] = 0;
|
||||
#endif
|
||||
dict["hex"] = VERSION_HEX;
|
||||
dict["status"] = VERSION_STATUS;
|
||||
dict["build"] = VERSION_BUILD;
|
||||
dict["year"] = VERSION_YEAR;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue