diff options
author | midipix <writeonce@midipix.org> | 2016-04-24 17:01:15 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:39 -0500 |
commit | 2f88420ca8e2c14122cd6758f7e621eaa44f86c6 (patch) | |
tree | 1b3ff9969733fb91d72b89598847f2dcc856f3d9 /project | |
parent | 83a40e3b0204a0327991c11c797dfef7075adc19 (diff) | |
download | mdso-2f88420ca8e2c14122cd6758f7e621eaa44f86c6.tar.bz2 mdso-2f88420ca8e2c14122cd6758f7e621eaa44f86c6.tar.xz |
project: added tag version information.
Diffstat (limited to 'project')
-rw-r--r-- | project/tagver.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/project/tagver.mk b/project/tagver.mk new file mode 100644 index 0000000..4188624 --- /dev/null +++ b/project/tagver.mk @@ -0,0 +1,5 @@ +VER_NAMESPACE = MDSO + +VER_MAJOR = 0 +VER_MINOR = 0 +VER_PATCH = 0 |