Skip to content

Commit b809d9c

Browse files
committed
Git 1.6.6-rc1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent c0ecb07 commit b809d9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/RelNotes-1.6.6.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,5 +239,5 @@ release, unless otherwise noted.
239239
---
240240
exec >/var/tmp/1
241241
echo O=$(git describe master)
242-
O=v1.6.6-rc0-96-gb5d4cf2
242+
O=v1.6.6-rc0-119-gc0ecb07
243243
git shortlog --no-merges $O..master --not maint

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.6.5.GIT
4+
DEF_VER=v1.6.6-rc1.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)