unicorn/pkgconfig.mk

15 lines
323 B
Makefile
Raw Normal View History

2015-08-21 10:04:50 +03:00
# Package version of Unicorn for Makefile.
# To be used to generate unicorn.pc for pkg-config
# Also used to generate python package version
2015-08-21 10:04:50 +03:00
2015-10-31 00:34:35 +03:00
# version major & minor
2016-02-11 03:05:15 +03:00
PKG_MAJOR = 1
PKG_MINOR = 0
2015-08-21 10:04:50 +03:00
# version bugfix level. Example: PKG_EXTRA = 1
2020-05-27 09:50:07 +03:00
PKG_EXTRA = 3
# version tag. Examples: rc1, b2, post1
2020-05-27 09:50:07 +03:00
PKG_TAG =
2020-10-21 08:42:20 +03:00
# PKG_TAG = rc6