diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:30:34 -0700 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2020-04-19 16:30:34 -0700 |
commit | b86a4be245d0ba077c97c6ab6b1cdbeb9dcc1342 (patch) | |
tree | 1dde4745773d761f1a4a677e1dcbf8149a27113b /GIT-VERSION-GEN | |
parent | 506223f9c5c8956f895f0342e4a6d4244b5fa570 (diff) | |
parent | f2771efd07b51edae023db95fcca39c72a0397fe (diff) | |
download | git-2.24.3.tar.gz |
Git 2.24.3v2.24.3
This merges up the security fix from v2.17.5.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.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 8480762ca5..9e7b797dfd 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.24.2 +DEF_VER=v2.24.3 LF=' ' |