Skip to content

Commit

Permalink
Logswan 2.0.4 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Aug 16, 2019
1 parent 714b30a commit 4c583e6
Show file tree
Hide file tree
Showing 13 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 @@ -21,7 +21,7 @@ addons:
coverity_scan:
project:
name: "fcambus/logswan"
version: 2.0.3
version: 2.0.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,6 +1,6 @@
###############################################################################
# #
# Logswan 2.0.3 #
# Logswan 2.0.4 #
# Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, Frederic Cambus
* https://www.logswan.org
*
Expand All @@ -13,7 +13,7 @@
#ifndef CONFIG_H
#define CONFIG_H

#define VERSION "Logswan 2.0.3"
#define VERSION "Logswan 2.0.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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, Frederic Cambus
* https://www.logswan.org
*
Expand Down
4 changes: 2 additions & 2 deletions src/logswan.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/*
* Logswan 2.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, Frederic Cambus
* https://www.logswan.org
*
* Created: 2015-05-31
* Last Updated: 2019-05-09
* Last Updated: 2019-08-16
*
* Logswan is released under the BSD 2-Clause license.
* See LICENSE file for details.
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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, 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.0.3
* Logswan 2.0.4
* Copyright (c) 2015-2019, Frederic Cambus
* https://www.logswan.org
*
Expand Down

0 comments on commit 4c583e6

Please sign in to comment.