diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:45:50 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-11 10:45:50 -0700 |
commit | 5c9159de87e41cf14ec5f2132afb5a06f35c26b3 (patch) | |
tree | 8188d911b8f9422db7ae35838259667a6021af4e /GIT-VERSION-GEN | |
parent | Merge branch 'jc/t2300-setup' into maint (diff) | |
download | tgif-5c9159de87e41cf14ec5f2132afb5a06f35c26b3.tar.xz |
Git 2.9.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 ae4f560385..2dadb9c219 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.9.0 +DEF_VER=v2.9.1 LF=' ' |