Skip to content

Commit

Permalink
Update stable to Ghidra v11.0.1 (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuo-cpp authored Jan 31, 2024
1 parent acabb5f commit 6e0feed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-ghidra-source.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set_property(CACHE sleigh_RELEASE_TYPE PROPERTY STRINGS "stable" "HEAD")
find_package(Git REQUIRED)

# Ghidra pinned stable version commit
set(ghidra_version "11.0")
set(ghidra_version "11.0.1")
set(ghidra_git_tag "Ghidra_${ghidra_version}_build")
set(ghidra_shallow TRUE)

Expand Down

0 comments on commit 6e0feed

Please sign in to comment.