diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-04 23:10:12 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-06 16:31:40 +0100 |
commit | 53a06cf39b756eddfe4a2a34da93e3d04eb7b728 (patch) | |
tree | 76e61a94ceaed4e4e7ed45ffd34aa92fb260fdf5 /GIT-VERSION-GEN | |
parent | 67af91c47a6672b99e1f742123415f96cbafd19a (diff) | |
download | git-53a06cf39b756eddfe4a2a34da93e3d04eb7b728.tar.gz |
Git 2.24.1v2.24.1
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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..0cd2c2846e 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.1 LF=' ' |