Changed version number to 2.1.0.

This commit is contained in:
ivanr 2007-02-22 13:20:17 +00:00
parent 98188bd9b5
commit 3e95d3c347
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
22 Feb 2006 - 2.1.0-rc7+
------------------------
23 Feb 2006 - 2.1.0
-------------------
* Removed the "Connection reset by peer" message, which has nothing
to do with us. Actually the message was downgraded from ERROR to

View File

@ -50,7 +50,7 @@ typedef struct msc_string msc_string;
#include "http_protocol.h"
#define MODULE_NAME "ModSecurity"
#define MODULE_RELEASE "2.1.0-rc7"
#define MODULE_RELEASE "2.1.0"
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
#define PHASE_REQUEST_HEADERS 1