Fix macro expansion. See #118.

Fix some debug log output to escape NULs properly in preparation for #54.
Up version to prepare for 2.2.0 pre-releases.
This commit is contained in:
brectanus
2007-05-01 21:36:24 +00:00
parent b93eef9db3
commit a3c3f25ae0
4 changed files with 36 additions and 12 deletions

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.1-dev1"
#define MODULE_RELEASE "2.2.0-trunk"
#define MODULE_NAME_FULL (MODULE_NAME " v" MODULE_RELEASE " (Apache 2.x)")
#define PHASE_REQUEST_HEADERS 1