Skip to content

Commit 4e8334e

Browse files
pantierrahummeltech
authored andcommitted
Bumped to version 0.7.0
1 parent 3c32464 commit 4e8334e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+70
-70
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
1313
#
1414
#-----------------------------------------------------------------------------
1515

16-
project(mod_tile VERSION 0.6.1)
16+
project(mod_tile VERSION 0.7.0)
1717

1818
set(CMAKE_C_STANDARD 99)
1919
set(CMAKE_C_STANDARD_REQUIRED ON)

README.rst

Lines changed: 1 addition & 1 deletion

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.6.1])
5+
m4_define([mod_tile_version], [0.7.0])
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH CONVERT_META "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH TILES-UPDATE-EXPIRE "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH RENDER_EXPIRED "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH RENDER_LIST "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH RENDER_OLD "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH RENDER_SPEEDTEST "1" "2023-12-19" "mod_tile v0.7.0"
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" "2023-12-08" "mod_tile v0.6.1"
1+
.TH RENDERD "1" "2023-12-19" "mod_tile v0.7.0"
22
.\" Please adjust this date whenever revising the manpage.
33

44
.SH NAME

0 commit comments

Comments
 (0)