File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
2- v3.0.????? - ?
3- ---------------------------
2+ v3.0.0 - 2017-Dec-13
3+ --------------------
44
55 - Improvements on LUA build scripts and support for LUA 5.2.
66 [Issue #1617 and #1622 - @victorhora, @zimmerle]
77 - Fix compilation error with disable_debug_log flag
88 [0xfd84e - Izik Abramov]
9- - Improvements on the benchmark tool.
9+ - Improvements on the benchmark tool.
1010 [Issue #1615 - @zimmerle]
1111 - Fix lua headers on the build scripts
1212 [Issue #1621 - @Minasu]
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ namespace modsecurity {
191191#define MODSECURITY_MAJOR " 3"
192192#define MODSECURITY_MINOR " 0"
193193#define MODSECURITY_PATCHLEVEL " 0"
194- #define MODSECURITY_TAG " rc1 "
195- #define MODSECURITY_TAG_NUM " 051 "
194+ #define MODSECURITY_TAG " "
195+ #define MODSECURITY_TAG_NUM " 100 "
196196
197197#define MODSECURITY_VERSION MODSECURITY_MAJOR " ." \
198198 MODSECURITY_MINOR " ." MODSECURITY_PATCHLEVEL \
You can’t perform that action at this time.
0 commit comments