mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
add 2.207 support
This commit is contained in:
parent
088eddbb7b
commit
8aa2c2283a
3 changed files with 3 additions and 2 deletions
|
@ -189,8 +189,8 @@ include(cmake/Platform.cmake)
|
||||||
include(cmake/GeodeFile.cmake)
|
include(cmake/GeodeFile.cmake)
|
||||||
|
|
||||||
if (NOT DEFINED GEODE_GD_VERSION)
|
if (NOT DEFINED GEODE_GD_VERSION)
|
||||||
set(GEODE_GD_VERSION 2.206)
|
set(GEODE_GD_VERSION 2.207)
|
||||||
set(GEODE_COMP_GD_VERSION 22060)
|
set(GEODE_COMP_GD_VERSION 22070)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
target_compile_definitions(
|
target_compile_definitions(
|
||||||
|
|
Binary file not shown.
|
@ -32,6 +32,7 @@ static auto const& getGDVersionTimestampMap() {
|
||||||
{ 1704948277, "2.203" },
|
{ 1704948277, "2.203" },
|
||||||
{ 1705041028, "2.204" },
|
{ 1705041028, "2.204" },
|
||||||
{ 1717243515, "2.206" },
|
{ 1717243515, "2.206" },
|
||||||
|
{ 1731098609, "2.207" },
|
||||||
};
|
};
|
||||||
return map;
|
return map;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue