diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-09-08 15:38:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-09-08 15:38:43 -0700 |
commit | 689efb737a7b46351850eefdfa57d2ce232011fb (patch) | |
tree | 18607e1707ad6b6c0137dc6cee6bea2b632e39a2 /GIT-VERSION-GEN | |
parent | d6a2b05cbb63b1a923e2bb614dedfca83014f870 (diff) | |
download | git-689efb737a7b46351850eefdfa57d2ce232011fb.tar.gz |
Git 2.6-rc1v2.6.0-rc1
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 e19205a3f6..181f397bd4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.6.0-rc0 +DEF_VER=v2.6.0-rc1 LF=' ' |