diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:23:48 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:25:33 -0700 |
commit | c42c0f12972194564f039dcf580d89ca14ae72d6 (patch) | |
tree | 5e958ae4191ade220c544b7c4528a92db829bf89 /GIT-VERSION-GEN | |
parent | fsck: detect gitmodules URLs with embedded newlines (diff) | |
download | tgif-c42c0f12972194564f039dcf580d89ca14ae72d6.tar.xz |
Git 2.17.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index bd6cd16e3d..cdb21b3311 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.3 +DEF_VER=v2.17.4 LF=' ' |