Blame sofort/core/version.mk

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