File tree 1 file changed +1
-29
lines changed 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 27
27
#include <modsecurity/rules_set.h>
28
28
29
29
30
- /**
31
- * TAG_NUM:
32
- *
33
- * Alpha - 001
34
- * Beta - 002
35
- * Dev - 010
36
- * Rc1 - 051
37
- * Rc2 - 052
38
- * ... - ...
39
- * Release- 100
40
- *
41
- */
42
-
43
- #define MODSECURITY_NGINX_MAJOR "1"
44
- #define MODSECURITY_NGINX_MINOR "0"
45
- #define MODSECURITY_NGINX_PATCHLEVEL "1"
46
- #define MODSECURITY_NGINX_TAG ""
47
- #define MODSECURITY_NGINX_TAG_NUM "100"
48
-
49
- #define MODSECURITY_NGINX_VERSION MODSECURITY_NGINX_MAJOR "." \
50
- MODSECURITY_NGINX_MINOR "." MODSECURITY_NGINX_PATCHLEVEL \
51
- MODSECURITY_NGINX_TAG
52
-
53
- #define MODSECURITY_NGINX_VERSION_NUM MODSECURITY_NGINX_MAJOR \
54
- MODSECURITY_NGINX_MINOR MODSECURITY_NGINX_PATCHLEVEL \
55
- MODSECURITY_NGINX_TAG_NUM
56
-
57
- #define MODSECURITY_NGINX_WHOAMI "ModSecurity-nginx v" \
58
- MODSECURITY_NGINX_VERSION
30
+ #define MODSECURITY_NGINX_WHOAMI "ModSecurity-nginx v" NGINX_VERSION
59
31
60
32
61
33
typedef struct {
You can’t perform that action at this time.
0 commit comments