From d59e4ad121df702751940fd66bcc0b3ecb51a079 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Fri, 20 May 2022 13:41:39 -0700 Subject: [PATCH] Version increment to 1.0.3 --- CHANGES | 2 +- src/ngx_http_modsecurity_common.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 8c4233d..f4a6377 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -v1.0.x - YYYY-MMM-DD (To be released) +v1.0.3 - 2022-May-24 -------------------- - Support http protocol versions besides 0.9, 1.0, 1.1, 2.0 diff --git a/src/ngx_http_modsecurity_common.h b/src/ngx_http_modsecurity_common.h index a5ce60c..11fdc2d 100644 --- a/src/ngx_http_modsecurity_common.h +++ b/src/ngx_http_modsecurity_common.h @@ -56,7 +56,7 @@ #define MODSECURITY_NGINX_MAJOR "1" #define MODSECURITY_NGINX_MINOR "0" -#define MODSECURITY_NGINX_PATCHLEVEL "2" +#define MODSECURITY_NGINX_PATCHLEVEL "3" #define MODSECURITY_NGINX_TAG "" #define MODSECURITY_NGINX_TAG_NUM "100"