We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 224f6ef commit cca3642Copy full SHA for cca3642
headers/modsecurity/modsecurity.h
@@ -191,8 +191,8 @@ namespace modsecurity {
191
#define MODSECURITY_MAJOR "3"
192
#define MODSECURITY_MINOR "0"
193
#define MODSECURITY_PATCHLEVEL "0"
194
-#define MODSECURITY_TAG "-alpha"
195
-#define MODSECURITY_TAG_NUM "001"
+#define MODSECURITY_TAG "rc1"
+#define MODSECURITY_TAG_NUM "051"
196
197
#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
198
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
0 commit comments