diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-04 10:36:00 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-04 10:36:14 -0700 |
commit | 74b67638166ca2e66497ede559dbf393e7af8b40 (patch) | |
tree | cbbf54560b5de514774c8b8bdd6f56c044c99c52 /GIT-VERSION-GEN | |
parent | Sync with 2.3.9 (diff) | |
download | tgif-74b67638166ca2e66497ede559dbf393e7af8b40.tar.xz |
Git 2.4.9
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 a6a0bf9aa7..38e296b311 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.8 +DEF_VER=v2.4.9 LF=' ' |