Skip to content

Commit 24dbcfe

Browse files
committedSep 3, 2024··
Change release version to v3.0.13
1 parent 1a8c96a commit 24dbcfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎headers/modsecurity/modsecurity.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ namespace modsecurity {
190190

191191
#define MODSECURITY_MAJOR "3"
192192
#define MODSECURITY_MINOR "0"
193-
#define MODSECURITY_PATCHLEVEL "12"
193+
#define MODSECURITY_PATCHLEVEL "13"
194194
#define MODSECURITY_TAG ""
195195
#define MODSECURITY_TAG_NUM "100"
196196

197197
#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
198198
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
199199
MODSECURITY_TAG
200200

201-
#define MODSECURITY_VERSION_NUM 30120100
201+
#define MODSECURITY_VERSION_NUM 30130100
202202

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

0 commit comments

Comments
 (0)
Please sign in to comment.