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; }