Update versions for release.

This commit is contained in:
brectanus
2008-04-02 16:10:47 +00:00
parent ebea284ec4
commit 8e75cdb884
2 changed files with 4 additions and 4 deletions

View File

@@ -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:*.

View File

@@ -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"