diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-05 12:15:57 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-05 12:22:33 -0700 |
commit | 69f9a6e54a46c4a75dff680047a465d04cca20ca (patch) | |
tree | 52a1d75644317cf1d73c378b4bd32658a24f00d8 /GIT-VERSION-GEN | |
parent | Merge branch 'dl/branch-error-message' into maint (diff) | |
download | tgif-69f9a6e54a46c4a75dff680047a465d04cca20ca.tar.xz |
Git 2.4.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 c4a6631fc0..f94921c028 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.2 +DEF_VER=v2.4.3 LF=' ' |