Btrfs: Update version.sh to v0.16

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason 2008-08-04 15:45:30 -04:00
parent 4ca8b41e3f
commit 5707e3b6f7
1 changed files with 1 additions and 1 deletions

View File

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