mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 07:38:11 +00:00
9 lines
207 B
Makefile
9 lines
207 B
Makefile
# Package version of Unicorn for Makefile.
|
|
# To be used to generate unicorn.pc for pkg-config
|
|
|
|
# version major & minor
|
|
PKG_MAJOR = 0
|
|
PKG_MINOR = 9
|
|
|
|
# version bugfix level. Example: PKG_EXTRA = 1
|
|
PKG_EXTRA =
|