Change version to 2.5.7 for release.

This commit is contained in:
brectanus
2008-09-24 18:51:06 +00:00
parent be4e8438dd
commit 4be57ffad5
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
17 Sep 2008 - 2.5.7-rc1 24 Sep 2008 - 2.5.7
----------------------- -------------------
* Fixed XML DTD/Schema validation which will now fail after request body * Fixed XML DTD/Schema validation which will now fail after request body
processing errors, even if the XML parser returns a document tree. processing errors, even if the XML parser returns a document tree.

View File

@@ -48,8 +48,8 @@ extern DSOLOCAL modsec_build_type_rec modsec_build_type[];
#define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MAJOR "2"
#define MODSEC_VERSION_MINOR "5" #define MODSEC_VERSION_MINOR "5"
#define MODSEC_VERSION_MAINT "7" #define MODSEC_VERSION_MAINT "7"
#define MODSEC_VERSION_TYPE "-rc" #define MODSEC_VERSION_TYPE ""
#define MODSEC_VERSION_RELEASE "1" #define MODSEC_VERSION_RELEASE ""
#define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE #define MODSEC_VERSION_SUFFIX MODSEC_VERSION_TYPE MODSEC_VERSION_RELEASE

View File

@@ -6,7 +6,7 @@
Manual</title> Manual</title>
<articleinfo> <articleinfo>
<releaseinfo>Version 2.5.7-rc1 (September 17, 2008)</releaseinfo> <releaseinfo>Version 2.5.7 (September 24, 2008)</releaseinfo>
<copyright> <copyright>
<year>2004-2008</year> <year>2004-2008</year>