btrfsprogs/local-version-override.patch

14 lines
381 B
Diff
Raw Normal View History

Index: btrfs-progs-v0.19-116-g13eced9/version.sh
===================================================================
--- btrfs-progs-v0.19-116-g13eced9.orig/version.sh
+++ btrfs-progs-v0.19-116-g13eced9/version.sh
@@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v3.14"
+v="v3.14+20140408"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then