From c1cd668acb820824e791ba802396c60900eae9c1 Mon Sep 17 00:00:00 2001 From: Felipe Zimmerle Date: Wed, 13 Dec 2017 19:09:08 -0300 Subject: [PATCH] Change release version to v3.0.0 --- CHANGES | 6 +++--- headers/modsecurity/modsecurity.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index e49f5f15..7121c83d 100644 --- a/CHANGES +++ b/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] diff --git a/headers/modsecurity/modsecurity.h b/headers/modsecurity/modsecurity.h index c17a2071..a9265b65 100644 --- a/headers/modsecurity/modsecurity.h +++ b/headers/modsecurity/modsecurity.h @@ -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 \