From 0ee9aebdee7b6334de2eccc0936218d55e2e7f0d Mon Sep 17 00:00:00 2001 From: Oleksandr Nemesh Date: Tue, 12 Nov 2024 13:53:15 +0200 Subject: [PATCH] add 2.2074 timestamp (#1143) --- CMakeLists.txt | 6 ++---- loader/src/platform/windows/gdTimestampMap.hpp | 1 + 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ab63fe8a..ea342bb9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -189,10 +189,8 @@ include(cmake/Platform.cmake) include(cmake/GeodeFile.cmake) if (NOT DEFINED GEODE_GD_VERSION) - # this is incorrect! - # Android and iOS are on 2.2074 so please fix when 2.2074 releases for desktop :( - set(GEODE_GD_VERSION 2.2073) - set(GEODE_COMP_GD_VERSION 22073) + set(GEODE_GD_VERSION 2.2074) + set(GEODE_COMP_GD_VERSION 22074) endif() target_compile_definitions( diff --git a/loader/src/platform/windows/gdTimestampMap.hpp b/loader/src/platform/windows/gdTimestampMap.hpp index 27d0c430..5af8761c 100644 --- a/loader/src/platform/windows/gdTimestampMap.hpp +++ b/loader/src/platform/windows/gdTimestampMap.hpp @@ -36,6 +36,7 @@ static auto const& getGDVersionTimestampMap() { { 1731117052, "2.2071" }, { 1731130219, "2.2072" }, { 1731156923, "2.2073" }, + { 1731376950, "2.2074" }, }; return map; }