From 205dac0e8c675182f96b5c2fb06be7d1cf7af2b2 Mon Sep 17 00:00:00 2001 From: Martin Vierula Date: Wed, 12 Apr 2023 10:45:09 -0700 Subject: [PATCH] Change release version to v3.0.9 --- CHANGES | 4 ++-- headers/modsecurity/modsecurity.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 2df409c9..b3463702 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ -v3.x.y - YYYY-MMM-DD (to be released) -------------------------------------- +v3.0.9 - 2023-Apr-12 +-------------------- - Fix: possible segfault on reload if duplicate ip+CIDR in ip match list [Issue #2877, #2890 - @tomsommer, @martinhsv] diff --git a/headers/modsecurity/modsecurity.h b/headers/modsecurity/modsecurity.h index b23500f4..05fd1798 100644 --- a/headers/modsecurity/modsecurity.h +++ b/headers/modsecurity/modsecurity.h @@ -1,6 +1,6 @@ /* * ModSecurity, http://www.modsecurity.org/ - * Copyright (c) 2015 - 2021 Trustwave Holdings, Inc. (http://www.trustwave.com/) + * Copyright (c) 2015 - 2023 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * You may not use this file except in compliance with * the License. You may obtain a copy of the License at @@ -190,7 +190,7 @@ namespace modsecurity { #define MODSECURITY_MAJOR "3" #define MODSECURITY_MINOR "0" -#define MODSECURITY_PATCHLEVEL "8" +#define MODSECURITY_PATCHLEVEL "9" #define MODSECURITY_TAG "" #define MODSECURITY_TAG_NUM "100" @@ -198,7 +198,7 @@ namespace modsecurity { MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \ MODSECURITY_TAG -#define MODSECURITY_VERSION_NUM 3080100 +#define MODSECURITY_VERSION_NUM 3090100 #define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)