diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-07-16 18:02:52 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-16 18:02:52 -0700 |
commit | 3ddac3d691c3633cd4d9a74c07e3b2301f546f77 (patch) | |
tree | 545f7fc7f66afa9a0cff98db56ab6365542dcaa2 /GIT-VERSION-GEN | |
parent | Merge branch 'jn/v0-with-extensions-fix' into master (diff) | |
download | tgif-3ddac3d691c3633cd4d9a74c07e3b2301f546f77.tar.xz |
Git 2.28-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 7b0cfeb92e..2b7babbcf2 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.27.GIT +DEF_VER=v2.28-rc1 LF=' ' |