mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Change release version to v3.0.11
This commit is contained in:
parent
35969946ca
commit
bbde9381cb
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
||||
v3.x.y - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
v3.0.11 - 2023-Dec-06
|
||||
---------------------
|
||||
|
||||
- Add WRDE_NOCMD to wordexp call
|
||||
[Issue #3024 - @sahruldotid, @martinhsv]
|
||||
|
@ -190,7 +190,7 @@ namespace modsecurity {
|
||||
|
||||
#define MODSECURITY_MAJOR "3"
|
||||
#define MODSECURITY_MINOR "0"
|
||||
#define MODSECURITY_PATCHLEVEL "10"
|
||||
#define MODSECURITY_PATCHLEVEL "11"
|
||||
#define MODSECURITY_TAG ""
|
||||
#define MODSECURITY_TAG_NUM "100"
|
||||
|
||||
@ -198,7 +198,7 @@ namespace modsecurity {
|
||||
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
|
||||
MODSECURITY_TAG
|
||||
|
||||
#define MODSECURITY_VERSION_NUM 30100100
|
||||
#define MODSECURITY_VERSION_NUM 30110100
|
||||
|
||||
#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user