Git 2.9
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Jun 13, 2016 at 10:42 UTC
05219a1276341e72d8082d76b7f5ed394b7437a4
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.9.0/git.html[documentation for release 2.9]
47
+
48
+* release notes for
49
+ link:RelNotes/2.9.0.txt[2.9].
50
+
51
* link:v2.8.4/git.html[documentation for release 2.8.4]
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.9.0-rc2
4
+DEF_VER=v2.9.0
5
6
LF='
7
'