capstone/pkgconfig.mk

13 lines
302 B
Makefile
Raw Normal View History

# Package version of Capstone for Makefile.
# To be used to generate capstone.pc for pkg-config
# version major & minor
2019-01-09 13:53:17 +08:00
PKG_MAJOR = 5
PKG_MINOR = 0
# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 0
2023-07-05 13:43:15 +08:00
# version tag. Examples: rc1, b2, post1 - or just comment out for no tag
2023-07-05 23:30:22 +08:00
PKG_TAG = post1