We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c162b5 commit 302bd99Copy full SHA for 302bd99
Documentation/RelNotes/1.7.6.txt
@@ -138,5 +138,5 @@ included in this release.
138
---
139
exec >/var/tmp/1
140
echo O=$(git describe master)
141
-O=v1.7.6-rc1
+O=v1.7.6-rc2
142
git shortlog --no-merges ^maint ^$O master
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.6-rc1
+DEF_VER=v1.7.6-rc2
5
6
LF='
7
'
0 commit comments