From 8e75cdb88442cae86beb6ece6f511b62a99c52be Mon Sep 17 00:00:00 2001 From: brectanus Date: Wed, 2 Apr 2008 16:10:47 +0000 Subject: [PATCH] Update versions for release. --- CHANGES | 4 ++-- apache2/modsecurity.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6912e982..d16b1661 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -28 Mar 2008 - 2.5.2-rc1 ------------------------ +02 Apr 2008 - 2.5.2 +------------------- * Allow HTTP_* targets as an alias for REQUEST_HEADERS:*. diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 4eb19660..d779e9d0 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -63,8 +63,8 @@ extern DSOLOCAL modsec_build_type_rec modsec_build_type[]; #define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MINOR "5" #define MODSEC_VERSION_MAINT "2" -#define MODSEC_VERSION_TYPE "-rc" -#define MODSEC_VERSION_RELEASE "1" +#define MODSEC_VERSION_TYPE "" +#define MODSEC_VERSION_RELEASE "" #define MODULE_NAME "ModSecurity for Apache"