diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:45:26 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-26 13:45:26 -0800 |
commit | f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e (patch) | |
tree | d09ac23c3383170ce063e2b596345fc8e6d82a07 /GIT-VERSION-GEN | |
parent | b52cb95a13ed7beb0a633213b58f0d6ef557d26e (diff) | |
download | git-f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e.tar.gz |
Git 2.8-rc0v2.8.0-rc0
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 5873f163e5..b872b6e7d6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.7.0.GIT +DEF_VER=v2.8.0-rc0 LF=' ' |