diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-08-28 20:19:57 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-08-28 20:19:57 +0200 |
commit | c415fb791b318832f52494b75d99602a7a8d604b (patch) | |
tree | db02ffd225a7d62b0b1a74734a0d0c867bc01938 /GIT-VERSION-GEN | |
parent | Mingw: verify both ends of the pipe () call (diff) | |
download | git-c415fb791b318832f52494b75d99602a7a8d604b.tar.xz git-c415fb791b318832f52494b75d99602a7a8d604b.zip |
Git 2.5.1v2.5.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '')
-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 5cadf44e1a..5e23aba39c 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.0 +DEF_VER=v2.5.1 LF=' ' |