diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-08-01 20:45:17 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-08-01 20:45:17 +0200 |
commit | cf8899d285d2648013040ec7196ffd3de0606664 (patch) | |
tree | 36fc0fa92a2db6a6a498a2ebb13d3fc304135e64 | |
parent | Preparation for 2.13.4 continues (diff) | |
download | git-cf8899d285d2648013040ec7196ffd3de0606664.tar.xz git-cf8899d285d2648013040ec7196ffd3de0606664.zip |
Git 2.13.4v2.13.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 7ba5c25c24..7e5614374c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.13.3 +DEF_VER=v2.13.4 LF=' ' |