Skip to content

Commit e8ac8f1

Browse files
committed
v0.8.1
1 parent ba27f1b commit e8ac8f1

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1616
project(mod_tile
1717
DESCRIPTION "Renders map tiles with Mapnik and serves them using Apache HTTP Server"
1818
HOMEPAGE_URL "https://github.com/openstreetmap/mod_tile"
19-
VERSION 0.8.0
19+
VERSION 0.8.1
2020
)
2121

2222
set(CMAKE_C_STANDARD 99)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
# Define mod_tile version number
5-
m4_define([mod_tile_version], [0.8.0])
5+
m4_define([mod_tile_version], [0.8.1])
66

77
AC_PREREQ([2.61])
88
AX_CONFIG_NICE

docs/man/convert_meta.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/openstreetmap-tiles-update-expire.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/render_expired.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/render_list.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDER_LIST "1" "2024-03-20" "mod_tile v0.8.0"
1+
.TH RENDER_LIST "1" "2024-03-20" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/render_old.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/render_speedtest.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/renderd.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDERD "1" "2024-03-16" "mod_tile v0.8.0"
1+
.TH RENDERD "1" "2024-03-16" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

docs/man/renderd.conf.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH RENDERD.CONF 5 "2024-06-06" "mod_tile v0.8.0"
1+
.TH RENDERD.CONF 5 "2024-06-06" "mod_tile v0.8.1"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

0 commit comments

Comments
 (0)