Browse Source

Btrfs: Update version.sh to v0.16

Signed-off-by: Chris Mason <chris.mason@oracle.com>
Chris Mason 16 years ago
parent
commit
5707e3b6f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      fs/btrfs/version.sh

+ 1 - 1
fs/btrfs/version.sh

@@ -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