diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-08-22 12:41:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-22 12:41:04 -0700 |
commit | 745f6812895b31c02b29bdfe4ae8e5498f776c26 (patch) | |
tree | fbce3c00a25fe30c3bdc2269bfdd20cc3ea1d413 /GIT-VERSION-GEN | |
parent | Merge branch 'sg/worktree-remove-errormsg' (diff) | |
download | tgif-745f6812895b31c02b29bdfe4ae8e5498f776c26.tar.xz |
First batch after Git 2.23
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 a1539a7ce6..98f88a28d3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.23.0 +DEF_VER=v2.23.GIT LF=' ' |