diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-05-13 14:11:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-05-13 14:11:43 -0700 |
commit | aaa7e0d7f8f003c0c8ab34f959083f6d191d44ca (patch) | |
tree | bb3ac65e830318af7f159952fa7f13ec3efbccdb /GIT-VERSION-GEN | |
parent | a379f25462639eb95b05133c84374558a23bc7b0 (diff) | |
download | git-aaa7e0d7f8f003c0c8ab34f959083f6d191d44ca.tar.gz |
Git 2.4.1v2.4.1
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 48aee9c417..6dd8e0499a 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.4.0 +DEF_VER=v2.4.1 LF=' ' |