Skip to content

Commit 580fe19

Browse files
authored
Merge pull request #3247 from airween/v3/master
Release v3 version 3.0.13
2 parents 1a8c96a + 24dbcfe commit 580fe19

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)