diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-07-30 15:00:04 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-30 15:00:04 -0700 |
commit | 0bfff8146f8c055fd95af4567286929ba8216fa7 (patch) | |
tree | 6ec3fd4429de46f1f4eec745119b1335843d70f5 /GIT-VERSION-GEN | |
parent | d78f06a1b70f3743899b5494f55a456596e51a63 (diff) | |
download | git-0bfff8146f8c055fd95af4567286929ba8216fa7.tar.gz |
Git 2.10.4v2.10.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 40700d547b..f0b293d4ff 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.10.3 +DEF_VER=v2.10.4 LF=' ' |