diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-08-08 13:58:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-08-08 14:03:21 -0700 |
commit | 64948ad77534f035311fd3e1086477661c8f63b1 (patch) | |
tree | 01654e2c8619bf38da904b85b557fbc0144625eb /GIT-VERSION-GEN | |
parent | Sync with maint to grab trivial doc fixes (diff) | |
download | tgif-64948ad77534f035311fd3e1086477661c8f63b1.tar.xz |
Git 1.8.4-rc2
This is with mostly minor documentation and test updates, nothing
spectacular except for removal of funky lstat(2) emulation on Cygwin.
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 ede98a8c16..2c49e42fe5 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.4-rc1 +DEF_VER=v1.8.4-rc2 LF=' ' |