diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-08-26 22:59:20 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-08-26 22:59:20 +0200 |
commit | d5cb9cbd64165153a318e1049f8bf14b09a16b11 (patch) | |
tree | 97ac3b7b32b5dc217f2d17a7d8659bd0c96acf02 /GIT-VERSION-GEN | |
parent | gitattributes: Document the unified "auto" handling (diff) | |
download | git-d5cb9cbd64165153a318e1049f8bf14b09a16b11.tar.xz git-d5cb9cbd64165153a318e1049f8bf14b09a16b11.zip |
Git 2.10-rc2v2.10.0-rc2
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 702c067a78..1ca5c0e366 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.10.0-rc1 +DEF_VER=v2.10.0-rc2 LF=' ' |