From aaabecc96f608fb247918b2d481ad47a905d331c Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sun, 5 Oct 2008 10:49:51 +0100 Subject: [PATCH] Tag version 0.92 --- version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sh b/version.sh index b547327..e192404 100755 --- a/version.sh +++ b/version.sh @@ -6,7 +6,7 @@ # Copyright 2008, Oracle # Released under the GNU GPLv2 -v="v0.91" +v="v0.92" which git &> /dev/null if [ $? == 0 -a -d .git ]; then -- 2.7.4