diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-06-17 21:28:15 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-06-17 21:54:06 -0700 |
commit | 101b3204f37606972b40fc17dec84560c22f69f6 (patch) | |
tree | d6c9d983717f534b5172aca125272e8eeff00c4f /GIT-VERSION-GEN | |
parent | Merge branch 'es/advertise-contribution-doc' (diff) | |
download | tgif-101b3204f37606972b40fc17dec84560c22f69f6.tar.xz |
The third batch
Also let's update the DEF_VER in GIT-VERSION-GEN that presuably
is not looked at by anybody ;-)
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 06a5333ee6..7b0cfeb92e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.27.0 +DEF_VER=v2.27.GIT LF=' ' |