Update version.sh to v0.17

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2009-01-12 12:56:34 -05:00
parent abcfb5463c
commit 6fc10e9fe3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
v="Btrfs v0.16"
v="Btrfs v0.17"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then