diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-09-22 14:47:41 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-22 14:47:41 +0900 |
commit | 9752ad0bb79f680bca48db7adc45338b298304b0 (patch) | |
tree | bd2422eee9e0d10902ccc4cb63aa2756ba4eaf90 /GIT-VERSION-GEN | |
parent | 65c9d4bd7bcb3f087b56b659423c82a034ecacbd (diff) | |
download | git-9752ad0bb79f680bca48db7adc45338b298304b0.tar.gz |
Git 2.12.5v2.12.5maint-2.12
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 b0e458e5fe..5a6193ad97 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.12.4 +DEF_VER=v2.12.5 LF=' ' |