Files
capstone/pkgconfig.mk
Nguyen Anh Quynh 088340d2c3 bump PKG_TAG to rc3
2017-08-03 09:36:31 +07:00

13 lines
267 B
Makefile

# Package version of Capstone for Makefile.
# To be used to generate capstone.pc for pkg-config
# version major & minor
PKG_MAJOR = 3
PKG_MINOR = 0
# version bugfix level. Example: PKG_EXTRA = 1
PKG_EXTRA = 5
# version tag. Examples: rc1, b2, post1
PKG_TAG = rc3