mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add hex-encoded version number to Engine singleton for easy comparisons
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user