Revert "add 2.207 support"

This reverts commit 8aa2c2283a.
This commit is contained in:
matcool 2024-11-09 12:29:19 -03:00
parent 108721dd3f
commit 30f872cc87
3 changed files with 2 additions and 3 deletions

View file

@ -189,8 +189,8 @@ include(cmake/Platform.cmake)
include(cmake/GeodeFile.cmake)
if (NOT DEFINED GEODE_GD_VERSION)
set(GEODE_GD_VERSION 2.207)
set(GEODE_COMP_GD_VERSION 22070)
set(GEODE_GD_VERSION 2.206)
set(GEODE_COMP_GD_VERSION 22060)
endif()
target_compile_definitions(

View file

@ -32,7 +32,6 @@ static auto const& getGDVersionTimestampMap() {
{ 1704948277, "2.203" },
{ 1705041028, "2.204" },
{ 1717243515, "2.206" },
{ 1731098609, "2.207" },
};
return map;
}