diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:21:27 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-17 09:21:27 +0000 |
commit | 2f06d8e5901746715dc10f8ec7c024d38e753dbf (patch) | |
tree | 735c87fa9dab6b6342621f7f6633c8dede32a391 /GIT-VERSION-GEN | |
parent | Adding upstream version 1:2.45.1. (diff) | |
download | git-2f06d8e5901746715dc10f8ec7c024d38e753dbf.tar.xz git-2f06d8e5901746715dc10f8ec7c024d38e753dbf.zip |
Adding upstream version 1:2.45.2.upstream/1%2.45.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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 ae4bbb0..eb53b0e 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v2.45.1 +DEF_VER=v2.45.2 LF=' ' |