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 | 33a572e7f67b8af60a67d2f12c8f7138b2768ea0 (patch) | |
tree | f70aa1088103cf296aabf466f2c3337278728d8d /sysutils/xentools41 | |
parent | 234de4061888f1b4daaed01c54427423f998aaa0 (diff) | |
download | pkgsrc-33a572e7f67b8af60a67d2f12c8f7138b2768ea0.tar.gz |
Pull out version number from main Makefile so that it can be shared by
sysutils/xenstoretools
Diffstat (limited to 'sysutils/xentools41')
-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 |