commit f318bf91f811c2535b5c6b9843ed57adc650bc58
parent f0903a1974c42da4d3fcc5fda833fa1127b92a61
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 8 Feb 2021 21:14:20 +0100
StatZone 1.0.5 release.
Diffstat:
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.4
+ version: 1.0.5
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.4
+# StatZone 1.0.5
# Copyright (c) 2012-2021, Frederic Cambus
# https://www.statdns.com
#
diff --git a/src/config.h b/src/config.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.4
+ * StatZone 1.0.5
* Copyright (c) 2012-2021, Frederic Cambus
* https://www.statdns.com
*
@@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define VERSION "StatZone 1.0.4"
+#define VERSION "StatZone 1.0.5"
#define LINE_LENGTH_MAX 65536
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.4
+ * StatZone 1.0.5
* Copyright (c) 2012-2021, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/statzone.c b/src/statzone.c
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.4
+ * StatZone 1.0.5
* Copyright (c) 2012-2021, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.4
+ * StatZone 1.0.5
* Copyright (c) 2012-2021, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.4
+ * StatZone 1.0.5
* Copyright (c) 2012-2021, Frederic Cambus
* https://www.statdns.com
*