Update versions for tagging 2.5.7-rc1.

This commit is contained in:
brectanus
2008-09-17 17:00:00 +00:00
parent d8be195989
commit be4e8438dd
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
17 Sep 2008 - 2.5.7-dev1 17 Sep 2008 - 2.5.7-rc1
------------------------ -----------------------
* 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

@@ -46,10 +46,10 @@ typedef struct modsec_build_type_rec {
extern DSOLOCAL modsec_build_type_rec modsec_build_type[]; extern DSOLOCAL modsec_build_type_rec modsec_build_type[];
#define MODSEC_VERSION_MAJOR "2" #define MODSEC_VERSION_MAJOR "2"
#define MODSEC_VERSION_MINOR "6" #define MODSEC_VERSION_MINOR "5"
#define MODSEC_VERSION_MAINT "0" #define MODSEC_VERSION_MAINT "7"
#define MODSEC_VERSION_TYPE "-trunk" #define MODSEC_VERSION_TYPE "-rc"
#define MODSEC_VERSION_RELEASE "" #define MODSEC_VERSION_RELEASE "1"
#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-dev1 (September 5, 2008)</releaseinfo> <releaseinfo>Version 2.5.7-rc1 (September 17, 2008)</releaseinfo>
<copyright> <copyright>
<year>2004-2008</year> <year>2004-2008</year>