From: Junio C Hamano Date: Fri, 9 May 2014 17:59:07 +0000 (-0700) Subject: Git 1.9.3 X-Git-Tag: v1.9.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eea591373e139fc8aab89a78ccb0b1512a2bf0de;p=thirdparty%2Fgit.git Git 1.9.3 The third maintenance release for Git 1.9; contains all the fixes that are scheduled to appear in Git 2.0 since 1.9.2. Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git.txt b/Documentation/git.txt index f5b511ddbb..dd2f0aa1fa 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.9.2/git.html[documentation for release 1.9.2] +* link:v1.9.3/git.html[documentation for release 1.9.3] * release notes for + link:RelNotes/1.9.3.txt[1.9.3], link:RelNotes/1.9.2.txt[1.9.2], link:RelNotes/1.9.1.txt[1.9.1], link:RelNotes/1.9.0.txt[1.9.0]. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 5d2bf82085..3b385d3078 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.9.2 +DEF_VER=v1.9.3 LF=' '