diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-03-16 14:00:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-03-16 14:13:37 -0700 |
commit | d9c691a759d62cef53a6cc11864a2ef4b0829244 (patch) | |
tree | 02f0c01e0aae8bbd352c3e17f96d2dedd5245de1 /GIT-VERSION-GEN | |
parent | a0e305c2367b6aa1158bed7022083b1541cefda2 (diff) | |
download | git-d9c691a759d62cef53a6cc11864a2ef4b0829244.tar.gz |
Git 2.8-rc3v2.8.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 b373d8ae8d..fb1cadf627 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0-rc2 +DEF_VER=v2.8.0-rc3 LF=' ' |