Skip to content

Commit

Permalink
Btrfs: Update version.sh to v0.16
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Mason <chris.mason@oracle.com>
  • Loading branch information
Chris Mason committed Sep 25, 2008
1 parent 4ca8b41 commit 5707e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/btrfs/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5707e3b

Please sign in to comment.