summaryrefslogtreecommitdiff
path: root/version.sh
diff options
context:
space:
mode:
authorChris Mason <clm@fb.com>2014-05-29 20:56:59 -0400
committerChris Mason <clm@fb.com>2014-05-29 20:56:59 -0400
commit24cf4d8c3ee924b474f68514e0167cc2e602a48d (patch)
tree7a8a445a4f314c5a99d50bdf8de337a5eb0fa247 /version.sh
parent7b050795a01acb2bec0db84991b4bc9c8680e275 (diff)
v3.14.2
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 aa750fa8..ff3a6407 100644
--- a/version.sh
+++ b/version.sh
@@ -6,7 +6,7 @@
# Copyright 2008, Oracle
# Released under the GNU GPLv2
-v="v3.14.1"
+v="v3.14.2"
which git &> /dev/null
if [ $? == 0 -a -d .git ]; then