commit 242a2df59bf737e93f6d404dabc899c47e186ffb
parent ad0ff44dd1315f2e6f411103a19f07784bf0de21
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 7 Sep 2020 11:02:35 +0200
Telize 3.0.0 release.
Diffstat:
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.travis.yml b/.travis.yml
@@ -37,7 +37,7 @@ addons:
coverity_scan:
project:
name: "fcambus/telize"
- version: 2.0.0
+ version: 3.0.0
description: "High performance JSON IP and GeoIP REST API (IP Geolocation)"
notification_email: fred@statdns.com
build_command: kodev build
diff --git a/README.md b/README.md
@@ -119,7 +119,7 @@ Telize is developed by Frederic Cambus.
Project homepage: https://www.telize.com
-Latest tarball release: https://www.statdns.com/telize/telize-2.0.0.tar.gz
+Latest tarball release: https://www.statdns.com/telize/telize-3.0.0.tar.gz
GitHub: https://github.com/fcambus/telize
diff --git a/conf/telize.conf b/conf/telize.conf
@@ -17,7 +17,7 @@ tls_dhparam dh2048.pem
validator v_callback regex ^.*$
-http_server_version Telize/2.0.0
+http_server_version Telize/3.0.0
domain * {
attach tls
diff --git a/src/ip.c b/src/ip.c
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*
diff --git a/src/jsonip.c b/src/jsonip.c
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*
diff --git a/src/location.c b/src/location.c
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*
diff --git a/src/location.h b/src/location.h
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*
diff --git a/src/telize.h b/src/telize.h
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*
diff --git a/src/utils.c b/src/utils.c
@@ -1,5 +1,5 @@
/*
- * Telize 2.0.0
+ * Telize 3.0.0
* Copyright (c) 2013-2020, Frederic Cambus
* https://www.telize.com
*