diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-17 10:58:00 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-24 00:31:43 +0100 |
commit | 53ef17d3ee0f7fcb151f428ee3bd736b8046825f (patch) | |
tree | f31972382a0fb71fc3d9701c439bd35acd298428 /GIT-VERSION-GEN | |
parent | Sync with 2.34.2 (diff) | |
download | tgif-53ef17d3ee0f7fcb151f428ee3bd736b8046825f.tar.xz |
Git 2.35.2
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 b3cf1ff939..3a7a9f0438 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.35.1 +DEF_VER=v2.35.2 LF=' ' |