diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 18:56:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-08 18:56:32 +0000 |
commit | e2905c99ea172c2e54ea419699d8073d23fe7b22 (patch) | |
tree | 89ef066e2d4428688b42ec1d2f23dd28d51253b2 /src/global/mail_version.h | |
parent | Adding upstream version 3.7.10. (diff) | |
download | postfix-e2905c99ea172c2e54ea419699d8073d23fe7b22.tar.xz postfix-e2905c99ea172c2e54ea419699d8073d23fe7b22.zip |
Adding upstream version 3.7.11.upstream/3.7.11upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | src/global/mail_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/global/mail_version.h b/src/global/mail_version.h index 2192455..9ff4553 100644 --- a/src/global/mail_version.h +++ b/src/global/mail_version.h @@ -20,8 +20,8 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20240121" -#define MAIL_VERSION_NUMBER "3.7.10" +#define MAIL_RELEASE_DATE "20240304" +#define MAIL_VERSION_NUMBER "3.7.11" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE |