commit 1eb968a24dd16489f4e8389c42550f3d2e961127
parent 59edeb2481d872c0a77f3a8c52d73fffa096e7d5
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 30 Mar 2020 10:01:34 +0200
StatZone 1.0.1 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.0
+ version: 1.0.1
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
+# StatZone 1.0.1
# 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.0
+ * StatZone 1.0.1
* 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.0"
+#define VERSION "StatZone 1.0.1"
#define LINE_LENGTH_MAX 65536
diff --git a/src/seccomp.h b/src/seccomp.h
@@ -1,5 +1,5 @@
/*
- * StatZone 1.0.0
+ * StatZone 1.0.1
* 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.0
+ * StatZone 1.0.1
* 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.0
+ * StatZone 1.0.1
* 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.0
+ * StatZone 1.0.1
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*