diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-06-16 14:38:01 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-16 14:38:01 -0700 |
commit | f09bd215cde5e30029fe08f309d0554eb9256778 (patch) | |
tree | a8c5d3dc6607a62a2334146012d70ba4f4b14730 /GIT-VERSION-GEN | |
parent | Merge branch 'jk/clone-dissociate' into maint (diff) | |
download | tgif-f09bd215cde5e30029fe08f309d0554eb9256778.tar.xz |
Git 2.4.4
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 f94921c028..9765504553 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.3 +DEF_VER=v2.4.4 LF=' ' |