diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-10 12:59:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-10 12:59:37 -0800 |
commit | 7d722536dd86b5fbd0c0434bfcea5588132ee6ad (patch) | |
tree | 991965b4fc69f66a3059076250add0fc0f7a1904 /GIT-VERSION-GEN | |
parent | 39e07f77b6c0ecfa0ef54002f20a4fd8b84fba9f (diff) | |
download | git-7d722536dd86b5fbd0c0434bfcea5588132ee6ad.tar.gz |
Git 2.7-rc0v2.7.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 94e40c4000..29c43c21e1 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.0.GIT +DEF_VER=v2.7.0-rc0 LF=' ' |