Skip to content

Commit

Permalink
Bumped to version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hummeltech committed Jun 21, 2024
1 parent 997a358 commit 35e626d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1
VERSION 0.7.2
)

set(CMAKE_C_STANDARD 99)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.1])
m4_define([mod_tile_version], [0.7.2])

AC_PREREQ([2.61])
AX_CONFIG_NICE
Expand Down
2 changes: 1 addition & 1 deletion docs/man/convert_meta.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.7.1"
.TH CONVERT_META "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/openstreetmap-tiles-update-expire.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.7.1"
.TH TILES-UPDATE-EXPIRE "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/render_expired.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.7.1"
.TH RENDER_EXPIRED "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/render_list.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDER_LIST "1" "2024-03-16" "mod_tile v0.7.1"
.TH RENDER_LIST "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/render_old.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.7.1"
.TH RENDER_OLD "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/render_speedtest.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.7.1"
.TH RENDER_SPEEDTEST "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/renderd.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDERD "1" "2024-03-16" "mod_tile v0.7.1"
.TH RENDERD "1" "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down
2 changes: 1 addition & 1 deletion docs/man/renderd.conf.5
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH RENDERD.CONF 5 "2024-03-16" "mod_tile v0.7.1"
.TH RENDERD.CONF 5 "2024-03-16" "mod_tile v0.7.2"
.\" Please adjust this date whenever revising the manpage.

.SH NAME
Expand Down

0 comments on commit 35e626d

Please sign in to comment.