diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-05 11:15:45 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-05 11:15:45 -0800 |
commit | 076cbdcd739aeb33c1be87b73aebae5e43d7bcc5 (patch) | |
tree | 4dd7d8627df9b9c0e00cb67b5f34d995268bac6a /GIT-VERSION-GEN | |
parent | t5537: adjust test_oid label (diff) | |
download | tgif-076cbdcd739aeb33c1be87b73aebae5e43d7bcc5.tar.xz |
Git 2.26-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 616d5a6404..da14713427 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.25.GIT +DEF_VER=v2.26.0-rc0 LF=' ' |