diff options
author | 2013-06-09 17:16:20 -0700 | |
---|---|---|
committer | 2013-06-10 12:34:42 -0700 | |
commit | 362de916c06521205276acb7f51c99f47db94727 (patch) | |
tree | c1fef48675edd74e9af19405339e8bdaebd56b0c /GIT-VERSION-GEN | |
parent | mingw: make mingw_signal return the correct handler (diff) | |
download | tgif-362de916c06521205276acb7f51c99f47db94727.tar.xz |
Git 1.8.3.1
Primarily to push out two regression issues that seem to affect many
people, namely, the ".gitignore !directory" bug and "daemon cannot
read from $HOME owned by root" bug.
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 1c0ca639ba..eeecb5d9fc 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.3 +DEF_VER=v1.8.3.1 LF=' ' |