diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:31:00 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-10-18 11:40:50 +0900 |
commit | d966095db01190a2196e31195ea6fa0c722aa732 (patch) | |
tree | 0660a403c3c0bacc6abefd3ac128f831b1d59338 /GIT-VERSION-GEN | |
parent | Merge branch 'rs/remote-curl-use-argv-array' (diff) | |
download | tgif-d966095db01190a2196e31195ea6fa0c722aa732.tar.xz |
Git 2.24-rc0
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 98f88a28d3..64543ede28 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.23.GIT +DEF_VER=v2.24.0-rc0 LF=' ' |