diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-04-07 08:58:30 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-07 08:58:30 -0700 |
commit | 2137ce01f83d254e4917c107901a5a04f61e8c16 (patch) | |
tree | 38fffc93485451904446c67fb1fc2c7d70744579 /GIT-VERSION-GEN | |
parent | Merge branch 'jc/directory-attrs-regression-fix' into maint-1.8.1 (diff) | |
download | tgif-2137ce01f83d254e4917c107901a5a04f61e8c16.tar.xz |
Git 1.8.1.6
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 6f09e2ff8b..2908204894 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.8.1.5 +DEF_VER=v1.8.1.6 LF=' ' |