diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-11-15 12:04:22 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-11-15 12:05:22 +0900 |
commit | 5a1f5c3060427375de30d609d72ac032516be4c2 (patch) | |
tree | 65457c41deb94b2a3d3168aa3c2b6724c9b45c1d /GIT-VERSION-GEN | |
parent | 266b87b90bbb1e1add42ba70d30174db8b253b2b (diff) | |
download | git-5a1f5c3060427375de30d609d72ac032516be4c2.tar.gz git-5a1f5c3060427375de30d609d72ac032516be4c2.tar.xz |
Start preparation for 2.15.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 a9dbc3f12..879178c55 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.15.0 +DEF_VER=v2.15.1 LF=' ' |