diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-12-09 13:16:21 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-12-09 13:16:21 +0900 |
commit | 5d826e972970a784bd7a7bdf587512510097b8c7 (patch) | |
tree | c790c47fe551d5ed812cfefdac243eb972c1fde3 /GIT-VERSION-GEN | |
parent | b5796d9a3263b26a8ef32eeca76b3c1d62fcedc5 (diff) | |
download | git-5d826e972970a784bd7a7bdf587512510097b8c7.tar.gz |
Git 2.20v2.20.0
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 e80102e307..216beefc50 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.20.0-rc2 +DEF_VER=v2.20.0 LF=' ' |