diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-28 14:00:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-28 14:00:52 -0800 |
commit | 28274d02c489f4c7e68153056e9061a46f62d7a0 (patch) | |
tree | f6e01a2477451c57fc01ae51404fc6100edd5b58 /GIT-VERSION-GEN | |
parent | aecb9979df1403923d66e7fc70b0374f1765b679 (diff) | |
download | git-28274d02c489f4c7e68153056e9061a46f62d7a0.tar.gz |
Git 2.7-rc3v2.7.0-rc3
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 904265b2c1..5abd186bd9 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.0-rc2 +DEF_VER=v2.7.0-rc3 LF=' ' |