Skip to content

Commit fc14b89

Browse files
committed
Git 1.7.8-rc4
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d69bafc commit fc14b89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes/1.7.8.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ included in this release.
162162

163163
---
164164
exec >/var/tmp/1
165-
O=v1.7.8-rc3-16-g9e9ab40
165+
O=v1.7.8-rc4
166166
echo O=$(git describe --always master)
167167
git log --first-parent --oneline --reverse ^$O master
168168
echo

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.8-rc3
4+
DEF_VER=v1.7.8-rc4
55

66
LF='
77
'

0 commit comments

Comments
 (0)