Skip to content

Commit

Permalink
Logswan 2.1.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Mar 27, 2020
1 parent 61db9ab commit eeab181
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 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.3
version: 2.1.4
description: "Fast Web log analyzer using probabilistic data structures"
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 @@
#
# Logswan 2.1.3
# Logswan 2.1.4
# 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3"
#define VERSION "Logswan 2.1.4"

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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* 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.3
* Logswan 2.1.4
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
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 @@
/*
* Logswan 2.1.3
* Logswan 2.1.4
* Copyright (c) 2015-2020, Frederic Cambus
* https://www.logswan.org
*
Expand Down

0 comments on commit eeab181

Please sign in to comment.