From 5f44383236b94ef8066529861d0b4d603f9b3bcb Mon Sep 17 00:00:00 2001 From: Ervin Hegedus Date: Tue, 30 Jan 2024 16:43:48 +0100 Subject: [PATCH] Change release version to v3.0.12 --- CHANGES | 6 ++++-- headers/modsecurity/modsecurity.h | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 8e49d571..9c287127 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -v3.x.y - YYYY-MMM-DD (to be released) -------------------------------------- +v3.0.12 - 2024-Jan-30 +--------------------- + - Change REQUEST_FILENAME and REQUEST_BASENAME behavior + [Issue #3048 - @martinhsv, @theMiddleBlue, @theseion, @M4tteoP, @airween] - Set the minimum security protocol version for SecRemoteRules [Issue security/code-scanning/2 - @airween] diff --git a/headers/modsecurity/modsecurity.h b/headers/modsecurity/modsecurity.h index 63fc80a5..91654d60 100644 --- a/headers/modsecurity/modsecurity.h +++ b/headers/modsecurity/modsecurity.h @@ -190,7 +190,7 @@ namespace modsecurity { #define MODSECURITY_MAJOR "3" #define MODSECURITY_MINOR "0" -#define MODSECURITY_PATCHLEVEL "11" +#define MODSECURITY_PATCHLEVEL "12" #define MODSECURITY_TAG "" #define MODSECURITY_TAG_NUM "100" @@ -198,7 +198,7 @@ namespace modsecurity { MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \ MODSECURITY_TAG -#define MODSECURITY_VERSION_NUM 30110100 +#define MODSECURITY_VERSION_NUM 30120100 #define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)