File tree Expand file tree Collapse file tree
test/test-cases/regression Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ m4_define([msc_version_info],
3434
3535
3636# Project Information
37- AC_INIT ( [ modsecurity] , [ 3 .0] , [ security@modsecurity.org] )
37+ AC_INIT ( [ modsecurity] , [ 4 .0] , [ security@modsecurity.org] )
3838
3939
4040# General definitions
Original file line number Diff line number Diff line change @@ -188,17 +188,17 @@ namespace modsecurity {
188188 *
189189 */
190190
191- #define MODSECURITY_MAJOR " 3 "
191+ #define MODSECURITY_MAJOR " 4 "
192192#define MODSECURITY_MINOR " 0"
193- #define MODSECURITY_PATCHLEVEL " 15 "
193+ #define MODSECURITY_PATCHLEVEL " 0 "
194194#define MODSECURITY_TAG " "
195- #define MODSECURITY_TAG_NUM " 100 "
195+ #define MODSECURITY_TAG_NUM " 0001 "
196196
197197#define MODSECURITY_VERSION MODSECURITY_MAJOR " ." \
198198 MODSECURITY_MINOR " ." MODSECURITY_PATCHLEVEL \
199199 MODSECURITY_TAG
200200
201- #define MODSECURITY_VERSION_NUM 30150100
201+ #define MODSECURITY_VERSION_NUM 400000001
202202
203203#define MODSECURITY_CHECK_VERSION (a ) (MODSECURITY_VERSION_NUM <= a)
204204
Original file line number Diff line number Diff line change 3737 ]
3838 },
3939 "expected" : {
40- "debug_log" : " Target value: \" 03 ([0-9]+)\" \\ (Variable: MODSEC_BUILD\\ )" ,
40+ "debug_log" : " Target value: \" 04 ([0-9]+)\" \\ (Variable: MODSEC_BUILD\\ )" ,
4141 "http_code" : 200
4242 },
4343 "rules" : [
You can’t perform that action at this time.
0 commit comments