diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:37:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-17 13:43:08 -0700 |
commit | a5979d7009017c79b0100b7b66e8567b3ad7b022 (patch) | |
tree | e0386b6988b0aaeb6a6ce43cd5a4a5eb6c4e6776 /GIT-VERSION-GEN | |
parent | Git 2.19.3 (diff) | |
parent | Git 2.18.3 (diff) | |
download | tgif-a5979d7009017c79b0100b7b66e8567b3ad7b022.tar.xz |
Git 2.19.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 2fcc9d96d3..6f302a1d09 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.19.3 +DEF_VER=v2.19.4 LF=' ' |