Skip to content

Commit

Permalink
Change release version to v3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhsv committed May 30, 2022
1 parent 841c06a commit 1bdd047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES
@@ -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]
Expand Down
4 changes: 2 additions & 2 deletions headers/modsecurity/modsecurity.h
Expand Up @@ -190,15 +190,15 @@ 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"

#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
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)

Expand Down

0 comments on commit 1bdd047

Please sign in to comment.