diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:33:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:33:47 -0700 |
commit | 924c623e1c71b98da608f980a97f9730c021ba44 (patch) | |
tree | 07af9c96344bfc390f8d6fe398ded1db9f5052c9 /GIT-VERSION-GEN | |
parent | Sync with Git 2.14.4 (diff) | |
download | tgif-924c623e1c71b98da608f980a97f9730c021ba44.tar.xz |
Git 2.15.3
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 824649f698..4a63ce35ad 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.2 +DEF_VER=v2.15.3 LF=' ' |