diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-07-26 18:01:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-07-26 18:01:43 -0700 |
commit | 47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc (patch) | |
tree | 8e02d73a5702ecfd3c570cd13127d84629ca2f8c | |
parent | Merge tag 'l10n-2.28.0-rnd1' of https://www.github.com/git-l10n/git-po into m... (diff) | |
download | tgif-47ae905ffb98cc4d4fd90083da6bc8dab55d9ecc.tar.xz |
Git 2.28
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 bcb0e9e3ed..9db2f4feab 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.28-rc2 +DEF_VER=v2.28.0 LF=' ' |