commit 9c069646b5477c3c960869a693b31b90b8914192
parent 83915409145a63d57b94382c50f67f0e3c7402d0
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 6 Jul 2020 17:16:54 +0200
StatZone 1.0.3 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.2
+ version: 1.0.3
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.2
+# StatZone 1.0.3
# 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.2
+ * StatZone 1.0.3
* 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.2"
+#define VERSION "StatZone 1.0.3"
#define LINE_LENGTH_MAX 65536
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.2
+ * StatZone 1.0.3
* 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.2
+ * StatZone 1.0.3
* 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.2
+ * StatZone 1.0.3
* 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.2
+ * StatZone 1.0.3
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*