diff --git a/.travis.yml b/.travis.yml index 5a31d5a..5d503cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 . diff --git a/CMakeLists.txt b/CMakeLists.txt index d0c8413..4505674 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Logswan 2.1.3 +# Logswan 2.1.4 # Copyright (c) 2015-2020, Frederic Cambus # https://www.logswan.org # diff --git a/src/config.c b/src/config.c index 76be6e8..4589034 100644 --- a/src/config.c +++ b/src/config.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/config.h b/src/config.h index 475ff98..8b40af9 100644 --- a/src/config.h +++ b/src/config.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * @@ -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, diff --git a/src/continents.c b/src/continents.c index dc5f37d..5d90ec1 100644 --- a/src/continents.c +++ b/src/continents.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/continents.h b/src/continents.h index 41dbaaa..c6d70b6 100644 --- a/src/continents.h +++ b/src/continents.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/countries.c b/src/countries.c index 07289bd..c0154a4 100644 --- a/src/countries.c +++ b/src/countries.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/countries.h b/src/countries.h index 18a6bf9..e8f64c2 100644 --- a/src/countries.h +++ b/src/countries.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/logswan.c b/src/logswan.c index 9c6e2b0..4930f7e 100644 --- a/src/logswan.c +++ b/src/logswan.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/output.c b/src/output.c index 2c91507..b960caa 100644 --- a/src/output.c +++ b/src/output.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/output.h b/src/output.h index 4392c9c..e1f890c 100644 --- a/src/output.h +++ b/src/output.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/parse.c b/src/parse.c index 75eae3b..8614ddf 100644 --- a/src/parse.c +++ b/src/parse.c @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/parse.h b/src/parse.h index 07e0354..62f7403 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org * diff --git a/src/seccomp.h b/src/seccomp.h index 1db20b0..b47f0c2 100644 --- a/src/seccomp.h +++ b/src/seccomp.h @@ -1,5 +1,5 @@ /* - * Logswan 2.1.3 + * Logswan 2.1.4 * Copyright (c) 2015-2020, Frederic Cambus * https://www.logswan.org *