diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-28 15:29:54 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-28 15:30:30 -0700 |
commit | a2558fb8e1e387b630312311e1d22c95663da5d0 (patch) | |
tree | 787ec2bc60048b2f52943d5f4880c66202c4a049 /GIT-VERSION-GEN | |
parent | Sync with 2.3.10 (diff) | |
download | tgif-a2558fb8e1e387b630312311e1d22c95663da5d0.tar.xz |
Git 2.4.10
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 38e296b311..859e14c1df 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.9 +DEF_VER=v2.4.10 LF=' ' |