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

* Update gdTimestampMap.hpp

* Update CMakeLists.txt

* Add files via upload
This commit is contained in:
Justin 2024-11-09 13:55:51 -05:00 committed by GitHub
parent af23cf81d3
commit 39dc184b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 2 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.2073)
set(GEODE_COMP_GD_VERSION 22073)
endif()
target_compile_definitions(

View file

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