mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-20 16:47:33 +00:00
v0.8.1
This commit is contained in:
@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||
project(mod_tile
|
||||
DESCRIPTION "Renders map tiles with Mapnik and serves them using Apache HTTP Server"
|
||||
HOMEPAGE_URL "https://github.com/openstreetmap/mod_tile"
|
||||
VERSION 0.8.0
|
||||
VERSION 0.8.1
|
||||
)
|
||||
|
||||
set(CMAKE_C_STANDARD 99)
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
# Define mod_tile version number
|
||||
m4_define([mod_tile_version], [0.8.0])
|
||||
m4_define([mod_tile_version], [0.8.1])
|
||||
|
||||
AC_PREREQ([2.61])
|
||||
AX_CONFIG_NICE
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDER_LIST "1" "2024-03-20" "mod_tile v0.8.0"
|
||||
.TH RENDER_LIST "1" "2024-03-20" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDERD "1" "2024-03-16" "mod_tile v0.8.0"
|
||||
.TH RENDERD "1" "2024-03-16" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH RENDERD.CONF 5 "2024-06-06" "mod_tile v0.8.0"
|
||||
.TH RENDERD.CONF 5 "2024-06-06" "mod_tile v0.8.1"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
|
||||
.SH NAME
|
||||
|
Reference in New Issue
Block a user