Skip to content
Travis Finkenauer edited this page May 8, 2023 · 1 revision

Capstone has the following branches:

  • next: default branch
    • API/ABI are allowed
    • All bug fixes (if applicable) should go here first
  • Stable version branches (vN where "N" is the major version number):
    • Example branch: v5 branch contains code that will make it into "5.X.Y" releases
    • API/ABI changes must be backwards compatible
    • These branches are pulled from next branch when preparing for a release
    • Stable releases are tagged from this branch