Git 2.11
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Nov 29, 2016 at 12:23 UTC
454cb6bd52a4de614a3633e4f547af03d5c3b640
2 files changed
+6
-1
Documentation/git.txt
+5
@@ -44,6 +44,11 @@ unreleased) version of Git, that is available from the 'master'
44
branch of the `git.git` repository.
45
Documentation for older releases are available here:
46
47
+* link:v2.11.0/git.html[documentation for release 2.11]
48
+
49
+* release notes for
50
+ link:RelNotes/2.11.0.txt[2.11].
51
+
52
* link:v2.10.2/git.html[documentation for release 2.10.2]
53
54
* release notes for
GIT-VERSION-GEN
+1
-1
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v2.11.0-rc3
4
+DEF_VER=v2.11.0
5
6
LF='
7
'