From e15c16de396a1e1f42001b03cb885ce64eb4098e Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 7 Aug 2012 10:39:34 -0700 Subject: [PATCH] Git 1.7.12-rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.12.txt | 4 ---- GIT-VERSION-GEN | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Documentation/RelNotes/1.7.12.txt b/Documentation/RelNotes/1.7.12.txt index a557241aeb..fb7f761a38 100644 --- a/Documentation/RelNotes/1.7.12.txt +++ b/Documentation/RelNotes/1.7.12.txt @@ -51,10 +51,6 @@ UI, Workflows & Features read. The error message in this case was updated to give better hints to the user. - * git native protocol agents learned to show software version over - the wire, so that the server log can be examined to see the vintage - distribution of clients. - * "git help -w $cmd" can show HTML version of documentation for "git-$cmd" by setting help.htmlpath to somewhere other than the default location where the build procedure installs them locally; diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4c1a79e3b2..54c1fc86e0 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.12-rc1 +DEF_VER=v1.7.12-rc2 LF=' ' -- 2.11.4.GIT