summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2014-04-18 10:46:31 -0700
committerChris Mason <clm@fb.com>2014-04-18 10:46:31 -0700
commitf2d42b781bd27c079cff39592bf10c5df3e73a1a (patch)
treeca19d6b17b07103672538216e575d986a4e6e03e /version.sh
parent2873ae9bd815836a008336ed31056c5cd2a6036a (diff)
downloadbtrfs-progs-f2d42b781bd27c079cff39592bf10c5df3e73a1a.tar.gz
v3.14.1v3.14.1
Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'version.sh')
-rw-r--r--version.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.sh b/version.sh
index eac598a..aa750fa 100644
--- a/version.sh
+++ b/version.sh
@@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v3.14"
+v="v3.14.1"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then