diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:00:59 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-11-10 18:02:17 +0900 |
commit | d9f6f3b6195a0ca35642561e530798ad1469bd41 (patch) | |
tree | 66dbd0593d9a31a67a1e59427b2e259d35d3bc34 /GIT-VERSION-GEN | |
parent | Merge branch 'bc/hash-independent-tests-part-6' (diff) | |
download | tgif-d9f6f3b6195a0ca35642561e530798ad1469bd41.tar.xz |
The first batch post 2.24 cycle
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 5048d9bff6..22e8d83d98 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.24.0 +DEF_VER=v2.24.GIT LF=' ' |