diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-12-10 21:59:37 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-12-10 21:59:37 +0100 |
commit | 7d722536dd86b5fbd0c0434bfcea5588132ee6ad (patch) | |
tree | 991965b4fc69f66a3059076250add0fc0f7a1904 /GIT-VERSION-GEN | |
parent | Sync with maint (diff) | |
download | git-7d722536dd86b5fbd0c0434bfcea5588132ee6ad.tar.xz git-7d722536dd86b5fbd0c0434bfcea5588132ee6ad.zip |
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=' ' |