diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:00:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 00:00:40 +0000 |
commit | faa9752f507e07b07039b29c6202d6cd23cab66f (patch) | |
tree | c67b057deb7a438bb94ea428e071a0c8fd5aac15 /src/global | |
parent | Releasing progress-linux version 3.5.24-0+deb11u1progress6u1. (diff) | |
download | postfix-faa9752f507e07b07039b29c6202d6cd23cab66f.tar.xz postfix-faa9752f507e07b07039b29c6202d6cd23cab66f.zip |
Merging upstream version 3.5.25.
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 c9b0ad3..07320b9 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.5.24" +#define MAIL_RELEASE_DATE "20240304" +#define MAIL_VERSION_NUMBER "3.5.25" #ifdef SNAPSHOT #define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE |