Btrfs: Update version.sh to v0.16
[safe/jmp/linux-2.6] / fs / btrfs / version.sh
index 4d06497..0f57f24 100644 (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