diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-12-25 11:21:28 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-25 11:22:02 -0800 |
commit | 99c33bed562b41de6ce9bd3fd561303d39645048 (patch) | |
tree | 9d2d12511bef83c12c0dd5d642d1460f34edf82e /GIT-VERSION-GEN | |
parent | Merge branch 'en/fill-directory-fixes' (diff) | |
download | tgif-99c33bed562b41de6ce9bd3fd561303d39645048.tar.xz |
Git 2.25-rc0
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 22e8d83d98..4ad93d8be2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.24.GIT +DEF_VER=v2.25.0-rc0 LF=' ' |