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"