From 2e6501d879105acd7355393838dc2930d533b768 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sun, 17 Feb 2019 13:38:52 +0100 Subject: Add hex-encoded version number to Engine singleton for easy comparisons --- core/engine.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'core/engine.cpp') diff --git a/core/engine.cpp b/core/engine.cpp index 4dba41853d..9607dedb3c 100644 --- a/core/engine.cpp +++ b/core/engine.cpp @@ -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; -- cgit v1.2.3