diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:19:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-09-27 11:19:11 -0700 |
commit | d0832b2847aa9669c09397c5639d7fe56abaf9fc (patch) | |
tree | 67048c677fda1401b05a512207b50f55d89e985e /GIT-VERSION-GEN | |
parent | submodule-config: ban submodule paths that start with a dash (diff) | |
download | tgif-d0832b2847aa9669c09397c5639d7fe56abaf9fc.tar.xz |
Git 2.14.5
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 918b6c21ba..40680482ce 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.14.4 +DEF_VER=v2.14.5 LF=' ' |