Skip to content

Commit 9388860

Browse files
committed
update tuliphook
1 parent 0a6d09c commit 9388860

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Geode Changelog
22

3+
## v4.6.1
4+
* Fix several random crashes caused by incorrect relocation code in Tuliphook
5+
* Make unzip upon download iOS only (0a6d09c)
6+
37
## v4.6.0
48
* JIT-less iOS support! (#1395)
59
* This means that Geode now supports iOS 26 beta and above

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ if (DEFINED GEODE_TULIPHOOK_REPO_PATH)
283283
message(STATUS "Using ${GEODE_TULIPHOOK_REPO_PATH} for TulipHook")
284284
add_subdirectory(${GEODE_TULIPHOOK_REPO_PATH} ${GEODE_TULIPHOOK_REPO_PATH}/build)
285285
else()
286-
CPMAddPackage("gh:geode-sdk/[email protected].0")
286+
CPMAddPackage("gh:geode-sdk/[email protected].1")
287287
endif()
288288
set(CMAKE_WARN_DEPRECATED ON CACHE BOOL "" FORCE)
289289

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.6.0
1+
4.6.1

0 commit comments

Comments
 (0)