Skip to content

Commit

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

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

Expand Down

0 comments on commit 996c7e1

Please sign in to comment.