unicorn/pkgconfig.mk

14 lines
307 B
Makefile
Raw Normal View History

2015-08-21 07:04:50 +00: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 07:04:50 +00:00
2015-10-30 21:34:35 +00:00
# version major & minor
2016-02-11 00:05:15 +00:00
PKG_MAJOR = 1
PKG_MINOR = 0
2015-08-21 07:04:50 +00:00
# version bugfix level. Example: PKG_EXTRA = 1
2017-04-21 07:30:40 +00:00
PKG_EXTRA = 2
# version tag. Examples: rc1, b2, post1
2017-02-23 12:17:02 +00:00
PKG_TAG =