Skip to content

Commit

Permalink
Merge pull request #3247 from airween/v3/master
Browse files Browse the repository at this point in the history
Release v3 version 3.0.13
  • Loading branch information
airween authored Sep 3, 2024
2 parents 1a8c96a + 24dbcfe commit 580fe19
Showing 1 changed file with 2 additions and 2 deletions.
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 "12"
#define MODSECURITY_PATCHLEVEL "13"
#define MODSECURITY_TAG ""
#define MODSECURITY_TAG_NUM "100"

#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
MODSECURITY_TAG

#define MODSECURITY_VERSION_NUM 30120100
#define MODSECURITY_VERSION_NUM 30130100

#define MODSECURITY_CHECK_VERSION(a) (MODSECURITY_VERSION_NUM <= a)

Expand Down

0 comments on commit 580fe19

Please sign in to comment.