capstone/pkgconfig.mk
Wu ChenXu a424e709e8
Be ready for V6-Alpha1 (#2492)
* update version to v6-alpha1

* update bindings const values
2024-09-30 22:48:08 +08:00

13 lines
303 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 = alpha1