Git 2.10
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Sep 2, 2016 at 09:05 UTC
6ebdac1bab966b720d776aa43ca188fe378b1f4b
2 files changed
+6
-1
Documentation/git.txt
+5
@@ -43,6 +43,11 @@ unreleased) version of Git, that is available from the 'master'
43
branch of the `git.git` repository.
44
Documentation for older releases are available here:
45
46
+* link:v2.10.0/git.html[documentation for release 2.10]
47
+
48
+* release notes for
49
+ link:RelNotes/2.10.0.txt[2.10].
50
+
51
* link:v2.9.3/git.html[documentation for release 2.9.3]
52
53
* 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.10.0-rc2
4
+DEF_VER=v2.10.0
5
6
LF='
7
'