Skip to content

Commit 6acef04

Browse files
committed
Git 1.7.5-rc0
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bcef9b6 commit 6acef04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/1.7.5.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,6 @@ release, unless otherwise noted.
135135

136136
---
137137
exec >/var/tmp/1
138-
O=v1.7.4.2-405-gbf0c5bb
138+
O=v1.7.5-rc0
139139
echo O=$(git describe 'master')
140140
git shortlog --no-merges ^maint ^$O master

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.4
4+
DEF_VER=v1.7.5-rc0
55

66
LF='
77
'

0 commit comments

Comments
 (0)