mirror of
https://github.com/capstone-engine/capstone
synced 2026-08-11 16:26:07 -04:00
* Update Python bindings * Increment version number * Replace all lowercase letters from ALPHA_INS_ enums with upper case. * Update changelog
12 lines
304 B
Makefile
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
|