Change release version to v3.0.7

This commit is contained in:
Martin Vierula 2022-05-30 06:29:36 -07:00
parent 841c06a9f3
commit 1bdd047400
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
v3.0.7 - 2022-May-30
--------------------
- Move PCRE2 match block from member variable
[@martinhsv]

View File

@ -190,7 +190,7 @@ namespace modsecurity {
#define MODSECURITY_MAJOR "3"
#define MODSECURITY_MINOR "0"
#define MODSECURITY_PATCHLEVEL "6"
#define MODSECURITY_PATCHLEVEL "7"
#define MODSECURITY_TAG ""
#define MODSECURITY_TAG_NUM "100"
@ -198,7 +198,7 @@ namespace modsecurity {
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
MODSECURITY_TAG
#define MODSECURITY_VERSION_NUM 3060100
#define MODSECURITY_VERSION_NUM 3070100
#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)