diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-17 10:57:44 +0100 |
---|---|---|
committer | Johannes Schindelin <johannes.schindelin@gmx.de> | 2022-03-24 00:31:32 +0100 |
commit | 87ed4fc046840706138d46e0033a009e74c3887a (patch) | |
tree | 12380f4db514255bcbf9f47b9fbe582fb01310c8 /GIT-VERSION-GEN | |
parent | 303b876f76c2caccc9a289c4f14a2b2d3850684e (diff) | |
download | git-87ed4fc046840706138d46e0033a009e74c3887a.tar.gz |
Git 2.33.2v2.33.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 11aac6e397..d81eab5f00 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.33.1 +DEF_VER=v2.33.2 LF=' ' |