commit e4d441f7c5ea6ce7e47006b5a922e6da2a7b501c
parent 63c77fc08fe21ecbf5de66f2d37d8f36dcd6f092
Author: Frederic Cambus <fred@statdns.com>
Date: Wed, 10 Jun 2020 19:29:31 +0200
StatZone 1.0.2 release.
Diffstat:
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -33,7 +33,7 @@ addons:
coverity_scan:
project:
name: "fcambus/statzone"
- version: 1.0.1
+ version: 1.0.2
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.1
+# StatZone 1.0.2
# Copyright (c) 2012-2020, Frederic Cambus
# https://www.statdns.com
#
diff --git a/src/config.h b/src/config.h
@@ -1,10 +1,10 @@
/*
- * StatZone 1.0.1
+ * StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
* Created: 2012-02-13
- * Last Updated: 2019-01-03
+ * Last Updated: 2019-06-10
*
* StatZone is released under the BSD 2-Clause license
* See LICENSE file for details.
@@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H
-#define VERSION "StatZone 1.0.1"
+#define VERSION "StatZone 1.0.2"
#define LINE_LENGTH_MAX 65536
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.1
+ * StatZone 1.0.2
* 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.1
+ * StatZone 1.0.2
* 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.1
+ * StatZone 1.0.2
* 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.1
+ * StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*