-
Notifications
You must be signed in to change notification settings - Fork 22
New Ghidra Release Update Checklist
Eric Kilmer edited this page May 12, 2023
·
4 revisions
The following tasks should be performed when upstream makes a new release. Patch versions usually don't change a lot, but major versions do
-
Update version numbers and tag/sha in
src/setup-ghidra-source.cmake
ghidra_version
-
ghidra_head_version
(found in Ghidra'sapplication.properties
file) ghidra_head_git_tag
-
Update patches
-
Update sleigh specs
-
spec_files_stable.cmake
(Might be able to copy from respective HEAD file)
-
-
Update source files that may use
sleigh_RELEASE_IS_HEAD
macro -
Update CMake files that may use
sleigh_RELEASE_IS_HEAD
macro