Change release version to v3.0.6

This commit is contained in:
Martin Vierula 2021-11-19 11:23:27 -08:00
parent d16c3250a9
commit c3d7f4b560
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
v3.x.y - YYYY-MMM-DD (to be released) v3.0.6 - 2021-Nov-19
------------------------------------- -------------------------------------
- Support configurable limit on depth of JSON parsing - Support configurable limit on depth of JSON parsing

View File

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