From 8cae1840afb3ea44dcc298f32983e577480dfee4 Mon Sep 17 00:00:00 2001 From: Chris Mason Date: Mon, 25 Nov 2013 15:48:57 -0500 Subject: [PATCH] Update the version Signed-off-by: Chris Mason --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index 971646bc..bf4ccb9e 100644 --- a/version.sh +++ b/version.sh @@ -6,7 +6,7 @@ # Copyright 2008, Oracle # Released under the GNU GPLv2 -v="v0.20-rc1" +v="v3.12" which git &> /dev/null if [ $? == 0 -a -d .git ]; then