btrfsprogs/local-version-override.patch

14 lines
385 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.2"
+v="v3.14.2+20140530"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then