diff options
author | sborrill <sborrill> | 2011-10-03 16:58:04 +0000 |
---|---|---|
committer | sborrill <sborrill> | 2011-10-03 16:58:04 +0000 |
commit | 857a920b146b3e9a49dc90d85dd75e324f3e5317 (patch) | |
tree | f70aa1088103cf296aabf466f2c3337278728d8d /sysutils/xentools41 | |
parent | 748c98813d674a3cc238601aaa19ed84576010d9 (diff) | |
download | pkgsrc-857a920b146b3e9a49dc90d85dd75e324f3e5317.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 |