diff --git a/CMakeLists.txt b/CMakeLists.txt index 607294739..e35c5c092 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.8.0) -project(osm2pgsql VERSION 2.0.0 LANGUAGES CXX C) +project(osm2pgsql VERSION 2.0.1 LANGUAGES CXX C) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) diff --git a/man/osm2pgsql-gen.1 b/man/osm2pgsql-gen.1 index c3750eca0..583a3aefd 100644 --- a/man/osm2pgsql-gen.1 +++ b/man/osm2pgsql-gen.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL" "1" "2.0.0" "" "" +.TH "OSM2PGSQL" "1" "2.0.1" "" "" .SH NAME .PP osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL! diff --git a/man/osm2pgsql-replication.1 b/man/osm2pgsql-replication.1 index 6e93af746..01308dabb 100644 --- a/man/osm2pgsql-replication.1 +++ b/man/osm2pgsql-replication.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL-REPLICATION" "1" "2.0.0" "" "" +.TH "OSM2PGSQL-REPLICATION" "1" "2.0.1" "" "" .SH NAME osm2pgsql-replication \- osm2pgsql database updater .SH SYNOPSIS diff --git a/man/osm2pgsql.1 b/man/osm2pgsql.1 index 1680d325f..e1adf414c 100644 --- a/man/osm2pgsql.1 +++ b/man/osm2pgsql.1 @@ -1,4 +1,4 @@ -.TH "OSM2PGSQL" "1" "2.0.0" "" "" +.TH "OSM2PGSQL" "1" "2.0.1" "" "" .SH NAME .PP osm2pgsql - OpenStreetMap data to PostgreSQL converter