diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-04-03 10:11:35 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-03 10:14:12 -0700 |
commit | d95553a6b8c5153f541adcfc3346004e8249b0e6 (patch) | |
tree | 4759c295876655e144be247433ed1083978eb9c1 /GIT-VERSION-GEN | |
parent | Merge branch 'mm/readme-markdown' into maint (diff) | |
download | tgif-d95553a6b8c5153f541adcfc3346004e8249b0e6.tar.xz |
Git 2.8.1
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 4e9450b3ae..46595dad22 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.0 +DEF_VER=v2.8.1 LF=' ' |