diff options
author | sborrill <sborrill@pkgsrc.org> | 2011-10-03 16:58:04 +0000 |
---|---|---|
committer | sborrill <sborrill@pkgsrc.org> | 2011-10-03 16:58:04 +0000 |
commit | ef2aaa45266c1ea910e0b0d953ffc63c6ca7a6c9 (patch) | |
tree | f70aa1088103cf296aabf466f2c3337278728d8d | |
parent | 06ccee30675525a73f2a86b268f1ea28eb86ad1a (diff) | |
download | pkgsrc-ef2aaa45266c1ea910e0b0d953ffc63c6ca7a6c9.tar.gz |
Pull out version number from main Makefile so that it can be shared by
sysutils/xenstoretools
-rw-r--r-- | sysutils/xentools41/version.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/xentools41/version.mk b/sysutils/xentools41/version.mk new file mode 100644 index 00000000000..6fcc60bacde --- /dev/null +++ b/sysutils/xentools41/version.mk @@ -0,0 +1,5 @@ +# $NetBSD: version.mk,v 1.1 2011/10/03 16:58:04 sborrill Exp $ + +# Version number is used by xentool41 and xenstoretools + +VERSION= 4.1.1 |