mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 16:08:15 +00:00
10 lines
208 B
Makefile
10 lines
208 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 =
|