diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:44:07 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:44:07 -0700 |
commit | 6e9e91e9cae74cd7feb9300563d40361b2b17dd2 (patch) | |
tree | 92ffd949aca7918772fd2b35e2a845d68ea04f3e /GIT-VERSION-GEN | |
parent | fsck: detect submodule paths starting with dash (diff) | |
download | tgif-6e9e91e9cae74cd7feb9300563d40361b2b17dd2.tar.xz |
Git 2.17.2
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 4baa413c74..bc54879938 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.17.1 +DEF_VER=v2.17.2 LF=' ' |