Skip to content

Commit

Permalink
Telize 3.0.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fcambus committed Jan 1, 2021
1 parent c54708a commit 062e305
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ addons:
coverity_scan:
project:
name: "fcambus/telize"
version: 3.0.0
version: 3.0.1
description: "High performance JSON IP and GeoIP REST API (IP Geolocation)"
notification_email: fred@statdns.com
build_command: kodev build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Telize is developed by Frederic Cambus.

Project homepage: https://www.telize.com

Latest tarball release: https://www.statdns.com/telize/telize-3.0.0.tar.gz
Latest tarball release: https://www.statdns.com/telize/telize-3.0.1.tar.gz

GitHub: https://github.com/fcambus/telize

Expand Down
2 changes: 1 addition & 1 deletion conf/telize.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tls_dhparam dh2048.pem

validator v_callback regex ^.*$

http_server_version Telize/3.0.0
http_server_version Telize/3.0.1

domain * {
attach tls
Expand Down
2 changes: 1 addition & 1 deletion src/ip.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/jsonip.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/location.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/location.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/telize.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Telize 3.0.0
* Telize 3.0.1
* Copyright (c) 2013-2021, Frederic Cambus
* https://www.telize.com
*
Expand Down

0 comments on commit 062e305

Please sign in to comment.