From 3e95d3c34794d8d103876dce43dff9ea655744ea Mon Sep 17 00:00:00 2001 From: ivanr Date: Thu, 22 Feb 2007 13:20:17 +0000 Subject: [PATCH] Changed version number to 2.1.0. --- CHANGES | 4 ++-- apache2/modsecurity.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 2d7e66f0..ba2eb2e2 100644 --- a/CHANGES +++ b/CHANGES @@ -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 diff --git a/apache2/modsecurity.h b/apache2/modsecurity.h index 9cbc5f3e..4d2c1511 100644 --- a/apache2/modsecurity.h +++ b/apache2/modsecurity.h @@ -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