diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-17 14:15:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-17 14:16:29 -0700 |
commit | 2d3b1c576c85b7f5db1f418907af00ab88e0c303 (patch) | |
tree | 1290e60a262c54c43efd833b1a29a364341c3bec /GIT-VERSION-GEN | |
parent | Merge branch 'nd/bisect-show-list-fix' (diff) | |
download | tgif-2d3b1c576c85b7f5db1f418907af00ab88e0c303.tar.xz |
Initial batch post 2.19
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 e9dc8f7a01..498fce8b64 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.19.0 +DEF_VER=v2.19.GIT LF=' ' |