diff options
author | 2019-08-09 10:15:39 -0700 | |
---|---|---|
committer | 2019-08-09 10:15:39 -0700 | |
commit | 2e27de94d485a6da0c8e264c165e55100f1a13a8 (patch) | |
tree | 8d7b13d09c0710452331ea6a454a9ea01f20a9fa /GIT-VERSION-GEN | |
parent | Merge branch 'bc/hash-independent-tests-part-4' (diff) | |
download | tgif-2e27de94d485a6da0c8e264c165e55100f1a13a8.tar.xz |
Git 2.23-rc2
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 c4044c6714..551e607e73 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.23.0-rc1 +DEF_VER=v2.23.0-rc2 LF=' ' |