We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
src/setup-ghidra-source.cmake
ghidra_version
ghidra_head_version
application.properties
ghidra_head_git_tag
Update patches
# Example workflow cd src/ghidra-stable git checkout Ghidra_xx.yy.zz_build git am -3 ../patches/HEAD/*.patch # ... Fix conflicts rm ../patches/stable/* git format-patch -o ../patches/stable --ignore-space-at-eol Ghidra_xx.yy.zz_build..HEAD
Update sleigh specs
spec_files_stable.cmake
Update source files that may use sleigh_RELEASE_IS_HEAD macro
sleigh_RELEASE_IS_HEAD
Update CMake files that may use sleigh_RELEASE_IS_HEAD macro
Reset PACKAGE_VERSION to 1 in cmake/packaging.cmake
PACKAGE_VERSION
1
cmake/packaging.cmake