summaryrefslogtreecommitdiff
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-06-09 17:16:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-06-10 12:34:42 -0700
commit362de916c06521205276acb7f51c99f47db94727 (patch)
treec1fef48675edd74e9af19405339e8bdaebd56b0c /GIT-VERSION-GEN
parentmingw: make mingw_signal return the correct handler (diff)
downloadtgif-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-xGIT-VERSION-GEN2
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='
'