Skip to content

Commit

Permalink
StatZone 1.0.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jun 10, 2020
1 parent 63c77fc commit e4d441f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# StatZone 1.0.1
# StatZone 1.0.2
# Copyright (c) 2012-2020, Frederic Cambus
# https://www.statdns.com
#
Expand Down
6 changes: 3 additions & 3 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/seccomp.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* StatZone 1.0.1
* StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/statzone.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* StatZone 1.0.1
* StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/strtolower.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* StatZone 1.0.1
* StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/strtolower.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* StatZone 1.0.1
* StatZone 1.0.2
* Copyright (c) 2012-2020, Frederic Cambus
* https://www.statdns.com
*
Expand Down

0 comments on commit e4d441f

Please sign in to comment.