commit 88c326fcfec7570076d517f7e27d1c2104ea6e43
parent 0030c40b72f27a2c6b4c032585ba2a071619437f
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 19 Oct 2020 17:06:26 +0200
StatZone 1.0.4 release.
Diffstat:
7 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -33,7 +33,7 @@ addons:
coverity_scan:
project:
name: "fcambus/statzone"
- version: 1.0.3
+ version: 1.0.4
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.3
+# StatZone 1.0.4
# Copyright (c) 2012-2020, Frederic Cambus
# https://www.statdns.com
#
diff --git a/src/config.h b/src/config.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.3
+ * StatZone 1.0.4
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
@@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define VERSION "StatZone 1.0.3"
+#define VERSION "StatZone 1.0.4"
#define LINE_LENGTH_MAX 65536
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.3
+ * StatZone 1.0.4
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/statzone.c b/src/statzone.c
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.3
+ * StatZone 1.0.4
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/strtolower.c b/src/strtolower.c
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.3
+ * StatZone 1.0.4
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
diff --git a/src/strtolower.h b/src/strtolower.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.3
+ * StatZone 1.0.4
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*