statzone

DNS zone file analyzer targeted at TLD zones
Log | Files | Refs | README | LICENSE

commit 7af9b98e2f33afab83bf9b23fc7b66221c7ae336
parent 80eafdcf16920b4383adf1aa9692e6950f618050
Author: Frederic Cambus <fred@statdns.com>
Date:   Thu,  1 Apr 2021 17:56:55 +0200

StatZone 1.1.0 release.

Diffstat:
M.travis.yml | 2+-
MCMakeLists.txt | 2+-
Msrc/config.hpp | 4++--
Msrc/seccomp.hpp | 2+-
Msrc/statzone.cpp | 2+-
Msrc/strtolower.cpp | 2+-
Msrc/strtolower.hpp | 2+-
7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -36,7 +36,7 @@ addons: coverity_scan: project: name: "fcambus/statzone" - version: 1.0.5 + version: 1.1.0 description: "DNS zone file analyzer targeted at TLD zones" notification_email: fred@statdns.com build_command_prepend: cmake . diff --git a/CMakeLists.txt b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# StatZone 1.0.5 +# StatZone 1.1.0 # Copyright (c) 2012-2021, Frederic Cambus # https://www.statdns.com # diff --git a/src/config.hpp b/src/config.hpp @@ -1,5 +1,5 @@ /* - * StatZone 1.0.5 + * StatZone 1.1.0 * Copyright (c) 2012-2021, Frederic Cambus * https://www.statdns.com * @@ -13,7 +13,7 @@ #ifndef CONFIG_HPP #define CONFIG_HPP -#define VERSION "StatZone 1.0.5" +#define VERSION "StatZone 1.1.0" #define LINE_LENGTH_MAX 65536 diff --git a/src/seccomp.hpp b/src/seccomp.hpp @@ -1,5 +1,5 @@ /* - * StatZone 1.0.5 + * StatZone 1.1.0 * Copyright (c) 2012-2021, Frederic Cambus * https://www.statdns.com * diff --git a/src/statzone.cpp b/src/statzone.cpp @@ -1,5 +1,5 @@ /* - * StatZone 1.0.5 + * StatZone 1.1.0 * Copyright (c) 2012-2021, Frederic Cambus * https://www.statdns.com * diff --git a/src/strtolower.cpp b/src/strtolower.cpp @@ -1,5 +1,5 @@ /* - * StatZone 1.0.5 + * StatZone 1.1.0 * Copyright (c) 2012-2021, Frederic Cambus * https://www.statdns.com * diff --git a/src/strtolower.hpp b/src/strtolower.hpp @@ -1,5 +1,5 @@ /* - * StatZone 1.0.5 + * StatZone 1.1.0 * Copyright (c) 2012-2021, Frederic Cambus * https://www.statdns.com *