xref: /aosp_15_r20/external/capstone/pkgconfig.mk (revision 9a0e4156d50a75a99ec4f1653a0e9602a5d45c18)
1# Package version of Capstone for Makefile.
2# To be used to generate capstone.pc for pkg-config
3
4# version major & minor
5PKG_MAJOR = 5
6PKG_MINOR = 0
7
8# version bugfix level. Example: PKG_EXTRA = 1
9PKG_EXTRA = 0
10
11# version tag. Examples: rc1, b2, post1
12PKG_TAG =
13