btrfs-progs v0.19
authorChris Mason <chris.mason@oracle.com>
Thu, 11 Jun 2009 16:56:15 +0000 (12:56 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 11 Jun 2009 16:56:15 +0000 (12:56 -0400)
version.sh

index 7aa91c7..af3e441 100644 (file)
@@ -6,7 +6,7 @@
 # Copyright 2008, Oracle
 # Released under the GNU GPLv2
  
-v="Btrfs v0.18"
+v="Btrfs v0.19"
 
 which git &> /dev/null
 if [ $? == 0 -a -d .git ]; then