diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-11-21 23:24:52 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-11-21 23:24:52 +0900 |
commit | 7f4e64169352e03476b0ea64e7e2973669e491a2 (patch) | |
tree | 4fa52735774e45654f4a8f7e4e935716d624925c /GIT-VERSION-GEN | |
parent | 7cb1ea13d47acefccd3fdad044f3bf8921634d3e (diff) | |
download | git-7f4e64169352e03476b0ea64e7e2973669e491a2.tar.gz |
Git 2.20-rc1v2.20.0-rc1
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 5aafb91946..bc15874422 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.20.0-rc0 +DEF_VER=v2.20.0-rc1 LF=' ' |