Blame sofort/core/version.mk

dff3c5
# version.mk: handling of shared library versioning schemes.
dff3c5
# this file is covered by COPYING.SOFORT.
dff3c5
a6e0dc
include $(PROJECT_DIR)/project/tagver.mk
a6e0dc
a6e0dc
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_MAJOR=$(VER_MAJOR)
a6e0dc
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_MINOR=$(VER_MINOR)
a6e0dc
CFLAGS_VERSION	+= -D$(VER_NAMESPACE)_TAG_VER_PATCH=$(VER_PATCH)
a6e0dc
5e87b7
include $(PROJECT_DIR)/sofort/core/_version/version_$(VERSION_OPT).mk