diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-03-14 15:38:47 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-03-14 15:47:45 -0700 |
commit | 0e2d57fd50f61e668be3180bc8f25991ea88aa8c (patch) | |
tree | 2d90d25ecbe794492f0fb267f31af8a1f646327d /GIT-VERSION-GEN | |
parent | d973dc01cc904ae046f6b40911aaf340c04cfdc7 (diff) | |
download | git-0e2d57fd50f61e668be3180bc8f25991ea88aa8c.tar.gz |
Git 1.7.10-rc1v1.7.10-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 f28ceef12e..1c06cec047 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.10-rc0 +DEF_VER=v1.7.10-rc1 LF=' ' |