diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-10-15 11:58:37 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-10-15 11:58:37 -0700 |
commit | a5fa49ff0a8f3252c6bff49f92b85e7683868f8a (patch) | |
tree | b0524283bbf4347f2ad3ecc4b36deb187a8e0192 /GIT-VERSION-GEN | |
parent | Git 2.29-rc1 (diff) | |
download | tgif-a5fa49ff0a8f3252c6bff49f92b85e7683868f8a.tar.xz |
Git 2.29-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 0ebd699cf0..df00ddfd84 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.29.0-rc1 +DEF_VER=v2.29.0-rc2 LF=' ' |