diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-04 23:01:50 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-06 16:31:15 +0100 |
commit | 367f12b7e92aef4e8a41fe601d90984a2b7a0381 (patch) | |
tree | 159d2c1a75aef38315f472ed21ace813a66eb8ec /GIT-VERSION-GEN | |
parent | Merge branch 'fix-msys2-quoting-bugs' (diff) | |
download | tgif-367f12b7e92aef4e8a41fe601d90984a2b7a0381.tar.xz |
Git 2.21.1
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
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 13f835f9cd..7e5ba89679 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.21.0 +DEF_VER=v2.21.1 LF=' ' |