Update version.sh to 0.18

Signed-off-by: Chris Mason <chris.mason@oracle.com>
master v0.18
Chris Mason 2009-01-16 20:08:19 -05:00
parent f9f3fff9a4
commit a7c5f04870
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.17"
v="Btrfs v0.18"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then