Skip to content

Commit

Permalink
Logswan 2.1.7 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Sep 17, 2020
1 parent 0bea797 commit dfcb7bd
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ addons:
coverity_scan:
project:
name: "fcambus/logswan"
version: 2.1.6
version: 2.1.7
description: "Fast Web log analyzer using probabilistic data structures"
notification_email: [email protected]
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 @@
#
# Logswan 2.1.6
# Logswan 2.1.7
# Copyright (c) 2015-2020, Frederic Cambus
# https://www.logswan.org
#
Expand Down
2 changes: 1 addition & 1 deletion src/config.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
4 changes: 2 additions & 2 deletions src/config.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand All @@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H

#define VERSION "Logswan 2.1.6"
#define VERSION "Logswan 2.1.7"

enum {
HLL_BITS = 20,
Expand Down
2 changes: 1 addition & 1 deletion src/continents.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/continents.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/countries.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/countries.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/logswan.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/output.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/output.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/parse.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
2 changes: 1 addition & 1 deletion src/parse.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down
4 changes: 2 additions & 2 deletions src/seccomp.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Logswan 2.1.6
* Logswan 2.1.7
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
* Created: 2015-05-31
* Last Updated: 2020-06-24
* Last Updated: 2020-09-17
*
* Logswan is released under the BSD 2-Clause license.
* See LICENSE file for details.
Expand Down

0 comments on commit dfcb7bd

Please sign in to comment.