Skip to content

Commit c1cd668

Browse files
author
Felipe Zimmerle
committed
Change release version to v3.0.0
1 parent eaa4770 commit c1cd668

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGES

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
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]

headers/modsecurity/modsecurity.h

+2-2
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)