mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 13:26:01 +03:00
Change release version to v3.0.8
This commit is contained in:
parent
de3a9b5aa6
commit
996c7e1e1f
4
CHANGES
4
CHANGES
@ -1,5 +1,5 @@
|
||||
v3.x.y - YYYY-MMM-DD (to be released)
|
||||
-------------------------------------
|
||||
v3.0.8 - 2022-Sep-07
|
||||
--------------------
|
||||
|
||||
- Adjust parser activation rules in modsecurity.conf-recommended
|
||||
[Issue #2796 - @terjanq, @martinhsv]
|
||||
|
@ -190,7 +190,7 @@ namespace modsecurity {
|
||||
|
||||
#define MODSECURITY_MAJOR "3"
|
||||
#define MODSECURITY_MINOR "0"
|
||||
#define MODSECURITY_PATCHLEVEL "7"
|
||||
#define MODSECURITY_PATCHLEVEL "8"
|
||||
#define MODSECURITY_TAG ""
|
||||
#define MODSECURITY_TAG_NUM "100"
|
||||
|
||||
@ -198,7 +198,7 @@ namespace modsecurity {
|
||||
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
|
||||
MODSECURITY_TAG
|
||||
|
||||
#define MODSECURITY_VERSION_NUM 3070100
|
||||
#define MODSECURITY_VERSION_NUM 3080100
|
||||
|
||||
#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user