File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
- v3.0.????? - ?
3
- ---------------------------
2
+ v3.0.0 - 2017-Dec-13
3
+ --------------------
4
4
5
5
- Improvements on LUA build scripts and support for LUA 5.2.
6
6
[Issue #1617 and #1622 - @victorhora, @zimmerle]
7
7
- Fix compilation error with disable_debug_log flag
8
8
[0xfd84e - Izik Abramov]
9
- - Improvements on the benchmark tool.
9
+ - Improvements on the benchmark tool.
10
10
[Issue #1615 - @zimmerle]
11
11
- Fix lua headers on the build scripts
12
12
[Issue #1621 - @Minasu]
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ namespace modsecurity {
191
191
#define MODSECURITY_MAJOR " 3"
192
192
#define MODSECURITY_MINOR " 0"
193
193
#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 "
196
196
197
197
#define MODSECURITY_VERSION MODSECURITY_MAJOR " ." \
198
198
MODSECURITY_MINOR " ." MODSECURITY_PATCHLEVEL \
You can’t perform that action at this time.
0 commit comments