From 3fd517a389e08e910121f5ebcca3bd33eaad7c5d Mon Sep 17 00:00:00 2001 From: Alexander Guryanov Date: Mon, 13 May 2024 13:45:10 +0300 Subject: [PATCH] Add html5-version tag --- Source/Game/Runtime.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Game/Runtime.cpp b/Source/Game/Runtime.cpp index a3d8f8fd..d1532772 100644 --- a/Source/Game/Runtime.cpp +++ b/Source/Game/Runtime.cpp @@ -71,6 +71,9 @@ const char* currentVersion = #else " 32b" #endif +#ifdef GPX +" html5 v8" +#endif ; uint16_t currentVersionNumbers[] = {0, 0, 0};