opnsense-src/contrib/libdiff/diff-version.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
161 B
Makefile
Raw Normal View History

DIFF_RELEASE=No
DIFF_VERSION_NUMBER=0.1
.if ${DIFF_RELEASE} == Yes
DIFF_VERSION=${DIFF_VERSION_NUMBER}
.else
DIFF_VERSION=${DIFF_VERSION_NUMBER}-current
.endif