btrfs-progs: receive: implement the update_extent callback
[platform/upstream/btrfs-progs.git] / version.sh
index 81de5a2..20f11c4 100755 (executable)
@@ -6,7 +6,7 @@
 # Copyright 2008, Oracle
 # Released under the GNU GPLv2
  
-v="v3.18.2"
+v="v4.0.1"
 
 opt=$1
 
@@ -28,7 +28,7 @@ fi
 
 if [ "$opt" = "--configure" ]; then
        # Omit the trailing newline, so that m4_esyscmd can use the result directly.
-       echo "$v" | tr -d '\n'
+       echo -n "$v"
 else
        echo "$v"
 fi