From: Junio C Hamano Date: Tue, 17 Mar 2020 20:34:12 +0000 (-0700) Subject: Git 2.18.3 X-Git-Tag: v2.18.3^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21a3e5016bb218dc9b016284c88ba685bc446b70;p=thirdparty%2Fgit.git Git 2.18.3 Signed-off-by: Junio C Hamano --- 21a3e5016bb218dc9b016284c88ba685bc446b70 diff --cc Documentation/RelNotes/2.18.3.txt index 0000000000,0000000000..25143f0cec new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/2.18.3.txt @@@ -1,0 -1,0 +1,5 @@@ ++Git v2.18.3 Release Notes ++========================= ++ ++This release merges the security fix that appears in v2.17.4; see ++the release notes for that version for details. diff --cc GIT-VERSION-GEN index 5ae6419eb4,cdb21b3311..fd9e5b87b2 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v2.18.2 -DEF_VER=v2.17.4 ++DEF_VER=v2.18.3 LF=' ' diff --cc RelNotes index 1b5f706c0f,196ab8077e..1811ee10b3 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/2.18.2.txt -Documentation/RelNotes/2.17.4.txt ++Documentation/RelNotes/2.18.3.txt