mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Change release version to v3.0.0
This commit is contained in:
parent
eaa4770c5d
commit
c1cd668acb
6
CHANGES
6
CHANGES
@ -1,12 +1,12 @@
|
||||
|
||||
v3.0.????? - ?
|
||||
---------------------------
|
||||
v3.0.0 - 2017-Dec-13
|
||||
--------------------
|
||||
|
||||
- Improvements on LUA build scripts and support for LUA 5.2.
|
||||
[Issue #1617 and #1622 - @victorhora, @zimmerle]
|
||||
- Fix compilation error with disable_debug_log flag
|
||||
[0xfd84e - Izik Abramov]
|
||||
- Improvements on the benchmark tool.
|
||||
- Improvements on the benchmark tool.
|
||||
[Issue #1615 - @zimmerle]
|
||||
- Fix lua headers on the build scripts
|
||||
[Issue #1621 - @Minasu]
|
||||
|
@ -191,8 +191,8 @@ namespace modsecurity {
|
||||
#define MODSECURITY_MAJOR "3"
|
||||
#define MODSECURITY_MINOR "0"
|
||||
#define MODSECURITY_PATCHLEVEL "0"
|
||||
#define MODSECURITY_TAG "rc1"
|
||||
#define MODSECURITY_TAG_NUM "051"
|
||||
#define MODSECURITY_TAG ""
|
||||
#define MODSECURITY_TAG_NUM "100"
|
||||
|
||||
#define MODSECURITY_VERSION MODSECURITY_MAJOR "." \
|
||||
MODSECURITY_MINOR "." MODSECURITY_PATCHLEVEL \
|
||||
|
Loading…
x
Reference in New Issue
Block a user