diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-04-29 14:18:16 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-29 14:19:11 -0700 |
commit | 60115f54bda3a127ed3cc8ffc6ab6c771cbceb1b (patch) | |
tree | 339eca7763290c32a8f711a5b63103f6d312855d /GIT-VERSION-GEN | |
parent | Merge branch 'js/mingw-tests-2.8' into maint (diff) | |
download | tgif-60115f54bda3a127ed3cc8ffc6ab6c771cbceb1b.tar.xz |
Git 2.8.2
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 46595dad22..5f99f23cad 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.8.1 +DEF_VER=v2.8.2 LF=' ' |