Skip to content

Commit 205dac0

Browse files
committed
Change release version to v3.0.9
1 parent 49c0561 commit 205dac0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v3.x.y - YYYY-MMM-DD (to be released)
2-
-------------------------------------
1+
v3.0.9 - 2023-Apr-12
2+
--------------------
33

44
- Fix: possible segfault on reload if duplicate ip+CIDR in ip match list
55
[Issue #2877, #2890 - @tomsommer, @martinhsv]

headers/modsecurity/modsecurity.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* ModSecurity, http://www.modsecurity.org/
3-
* Copyright (c) 2015 - 2021 Trustwave Holdings, Inc. (http://www.trustwave.com/)
3+
* Copyright (c) 2015 - 2023 Trustwave Holdings, Inc. (http://www.trustwave.com/)
44
*
55
* You may not use this file except in compliance with
66
* the License. You may obtain a copy of the License at
@@ -190,15 +190,15 @@ namespace modsecurity {
190190

191191
#define MODSECURITY_MAJOR "3"
192192
#define MODSECURITY_MINOR "0"
193-
#define MODSECURITY_PATCHLEVEL "8"
193+
#define MODSECURITY_PATCHLEVEL "9"
194194
#define MODSECURITY_TAG ""
195195
#define MODSECURITY_TAG_NUM "100"
196196

197197
#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
198198
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
199199
MODSECURITY_TAG
200200

201-
#define MODSECURITY_VERSION_NUM 3080100
201+
#define MODSECURITY_VERSION_NUM 3090100
202202

203203
#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)
204204

0 commit comments

Comments
 (0)