capstone/pkgconfig.mk
Rot127 6ef3f48566
v6.0.0 Alpha10 (#2998)
* Update Python bindings

* Increment version number

* Replace all lowercase letters from ALPHA_INS_ enums with upper case.

* Update changelog
2026-07-21 15:50:52 +00:00

12 lines
304 B
Makefile

# Package version of Capstone for Makefile.
# To be used to generate capstone.pc for pkg-config
# version major & minor
PKG_MAJOR = 6
PKG_MINOR = 0
# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 0
# version tag. Examples: rc1, b2, post1 - or just comment out for no tag
PKG_TAG = alpha10