Browse Source

supported 6.0

git-svn-id: http://trac.vinelinux.org/repos/projects/vbootstrap/trunk@4071 ec354946-7b23-47d6-9f5a-488ba84defc7
munepi 13 years ago
parent
commit
5a642927c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vbuilder-bash-completion.sh

+ 1 - 1
vbuilder-bash-completion.sh

@@ -31,7 +31,7 @@ _vbuilder()
     ## Complete the arguments to some of the basic commands.
     case "${prev}" in
 	--version)
-	    local running="VineSeed 5.2 4.2"
+	    local running="VineSeed 6.0 5.2 4.2"
 	    COMPREPLY=( $(compgen -W "${running}" -- "${cur}") )
 	    ;;