capstone/pkgconfig.mk

13 lines
301 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 05:53:17 +00:00
PKG_MAJOR = 5
PKG_MINOR = 0
# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 0
2023-07-05 05:43:15 +00:00
# version tag. Examples: rc1, b2, post1 - or just comment out for no tag
#PKG_TAG = rc4