From e40d724f853269094310e858371cabc4bfdbaeec Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 21 Jun 2012 13:18:49 -0700 Subject: [PATCH] Kick off post 1.7.11 cycle I haven't decided what to call this one, 1.7.12, 1.8.0, or even 2.0. Given that summer is a relatively slow season, I suspect 1.7.12 is the most likely outcome, but we will see. Signed-off-by: Junio C Hamano --- GIT-VERSION-GEN | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 43d564920d..fde74a68d5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.11 +DEF_VER=v1.7.11.GIT LF=' ' -- 2.11.4.GIT