Skip to content

Commit 6ebdac1

Browse files
committed
Git 2.10
Signed-off-by: Junio C Hamano <[email protected]>
1 parent dd39dfc commit 6ebdac1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Documentation/git.txt

+5
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,11 @@ unreleased) version of Git, that is available from the 'master'
4343
branch of the `git.git` repository.
4444
Documentation for older releases are available here:
4545

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+
4651
* link:v2.9.3/git.html[documentation for release 2.9.3]
4752

4853
* release notes for

GIT-VERSION-GEN

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.10.0-rc2
4+
DEF_VER=v2.10.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)