diff options
author | midipix <writeonce@midipix.org> | 2020-01-09 06:51:00 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-09 06:51:50 +0000 |
commit | dbd5891ed73768036f5948ea0588fb4e41394a7d (patch) | |
tree | c934e7638dd7f62a699c24fe7fd52af657cc88d5 /sofort/core/version.mk | |
parent | e785557dadefde388e8d5f317031eb3f01e36f70 (diff) | |
download | ntux-dbd5891ed73768036f5948ea0588fb4e41394a7d.tar.bz2 ntux-dbd5891ed73768036f5948ea0588fb4e41394a7d.tar.xz |
build system: added file annotations.
Diffstat (limited to 'sofort/core/version.mk')
-rw-r--r-- | sofort/core/version.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sofort/core/version.mk b/sofort/core/version.mk index 5ef0ee2..eb6c2f2 100644 --- a/sofort/core/version.mk +++ b/sofort/core/version.mk @@ -1,3 +1,6 @@ +# version.mk: handling of shared library versioning schemes. +# this file is covered by COPYING.SOFORT. + include $(PROJECT_DIR)/project/tagver.mk CFLAGS_VERSION += -D$(VER_NAMESPACE)_TAG_VER_MAJOR=$(VER_MAJOR) |