btrfs-progs: check: introduce function to check dir_item
[platform/upstream/btrfs-progs.git] / version.sh
index c160088..4145319 100755 (executable)
@@ -5,8 +5,8 @@
 # Copyright 2008, Aron Griffis <agriffis@n01se.net>
 # Copyright 2008, Oracle
 # Released under the GNU GPLv2
-v="v3.19-rc2"
+
+v="v4.8.5"
 
 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