diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-12-23 13:57:41 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-12-23 13:59:46 -0800 |
commit | 4a0de43f4923993377dbbc42cfc0a1054b6c5ccf (patch) | |
tree | 35a347fda970f31c36fb665b05364b080bee0b8e /GIT-VERSION-GEN | |
parent | Merge branch 'nk/refspecs-negative-fix' (diff) | |
download | tgif-4a0de43f4923993377dbbc42cfc0a1054b6c5ccf.tar.xz |
Git 2.30-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 a3871c7b3d..a0bb22bb5b 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.30.0-rc1 +DEF_VER=v2.30.0-rc2 LF=' ' |