diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-02 12:55:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-02 12:55:28 -0700 |
commit | 16ffa6443e279a9b3b63d7a2bebeb07833506010 (patch) | |
tree | 0b49cd0500238f5f6849ba9ef548cd0b1a7546f6 /GIT-VERSION-GEN | |
parent | cdd00dfe9431b431e488d0bb77d39f1461a9dcc5 (diff) | |
download | git-16ffa6443e279a9b3b63d7a2bebeb07833506010.tar.gz |
Git 2.6-rc0v2.6.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 fc45283501..e19205a3f6 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.5.0.GIT +DEF_VER=v2.6.0-rc0 LF=' ' |