Update version.sh to 0.18
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
parent
f9f3fff9a4
commit
a7c5f04870
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue