From e62be977bcde2259357301425a66aff0398c91c2 Mon Sep 17 00:00:00 2001 From: Wietse Venema Date: Thu, 1 Mar 2007 00:00:00 -0500 Subject: [PATCH] postfix-2.3.8 --- postfix/src/global/mail_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 832b79af3..e23209e83 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/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 "20070225" -#define MAIL_VERSION_NUMBER "2.3.8-RC1" +#define MAIL_RELEASE_DATE "20070301" +#define MAIL_VERSION_NUMBER "2.3.8" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE