Skip to content

Commit 7af9b98

Browse files
committed
StatZone 1.1.0 release.
1 parent 80eafdc commit 7af9b98

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ addons:
3636
coverity_scan:
3737
project:
3838
name: "fcambus/statzone"
39-
version: 1.0.5
39+
version: 1.1.0
4040
description: "DNS zone file analyzer targeted at TLD zones"
4141
notification_email: fred@statdns.com
4242
build_command_prepend: cmake .

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# StatZone 1.0.5
2+
# StatZone 1.1.0
33
# Copyright (c) 2012-2021, Frederic Cambus
44
# https://www.statdns.com
55
#

src/config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* StatZone 1.0.5
2+
* StatZone 1.1.0
33
* Copyright (c) 2012-2021, Frederic Cambus
44
* https://www.statdns.com
55
*
@@ -13,7 +13,7 @@
1313
#ifndef CONFIG_HPP
1414
#define CONFIG_HPP
1515

16-
#define VERSION "StatZone 1.0.5"
16+
#define VERSION "StatZone 1.1.0"
1717

1818
#define LINE_LENGTH_MAX 65536
1919

src/seccomp.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* StatZone 1.0.5
2+
* StatZone 1.1.0
33
* Copyright (c) 2012-2021, Frederic Cambus
44
* https://www.statdns.com
55
*

src/statzone.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* StatZone 1.0.5
2+
* StatZone 1.1.0
33
* Copyright (c) 2012-2021, Frederic Cambus
44
* https://www.statdns.com
55
*

src/strtolower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* StatZone 1.0.5
2+
* StatZone 1.1.0
33
* Copyright (c) 2012-2021, Frederic Cambus
44
* https://www.statdns.com
55
*

src/strtolower.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* StatZone 1.0.5
2+
* StatZone 1.1.0
33
* Copyright (c) 2012-2021, Frederic Cambus
44
* https://www.statdns.com
55
*

0 commit comments

Comments
 (0)