mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-22 15:37:53 -05:00
2.207 patch updates (#1140)
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
Some checks failed
Build Binaries / Build Windows (push) Has been cancelled
Build Binaries / Build macOS (push) Has been cancelled
Build Binaries / Build Android (64-bit) (push) Has been cancelled
Build Binaries / Build Android (32-bit) (push) Has been cancelled
Build Binaries / Publish (push) Has been cancelled
* Update gdTimestampMap.hpp * Update CMakeLists.txt * Add files via upload
This commit is contained in:
parent
af23cf81d3
commit
39dc184b88
3 changed files with 5 additions and 2 deletions
|
@ -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.2073)
|
||||
set(GEODE_COMP_GD_VERSION 22073)
|
||||
endif()
|
||||
|
||||
target_compile_definitions(
|
||||
|
|
Binary file not shown.
|
@ -33,6 +33,9 @@ static auto const& getGDVersionTimestampMap() {
|
|||
{ 1705041028, "2.204" },
|
||||
{ 1717243515, "2.206" },
|
||||
{ 1731098609, "2.207" },
|
||||
{ 1731117052, "2.2071" },
|
||||
{ 1731130219, "2.2072" },
|
||||
{ 1731156923, "2.2073" },
|
||||
};
|
||||
return map;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue