diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-04 22:29:33 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2019-12-06 16:30:40 +0100 |
commit | caccc527ca7f4b3e6f4bb6775cbff94b27741482 (patch) | |
tree | 887d6398d2f5eedef4a0983d409bac7e456774fa /GIT-VERSION-GEN | |
parent | Sync with 2.18.2 (diff) | |
download | git-caccc527ca7f4b3e6f4bb6775cbff94b27741482.tar.xz git-caccc527ca7f4b3e6f4bb6775cbff94b27741482.zip |
Git 2.19.3v2.19.3
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 1b9ba0a6b1..2fcc9d96d3 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.19.2 +DEF_VER=v2.19.3 LF=' ' |