Skip to content

Commit a17c56c

Browse files
committed
Git 2.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7a2c87b commit a17c56c

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.5.0/git.html[documentation for release 2.5]
47+
48+
* release notes for
49+
link:RelNotes/2.5.0.txt[2.5],
50+
4651
* link:v2.4.7/git.html[documentation for release 2.4.7]
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.5.0-rc3
4+
DEF_VER=v2.5.0
55

66
LF='
77
'

0 commit comments

Comments
 (0)