Skip to content

Commit e691504

Browse files
committed
prepare release 2.0.1
1 parent dca6932 commit e691504

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
cmake_minimum_required(VERSION 3.8.0)
33

4-
project(osm2pgsql VERSION 2.0.0 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 2.0.1 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

man/osm2pgsql-gen.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "2.0.0" "" ""
1+
.TH "OSM2PGSQL" "1" "2.0.1" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL!

man/osm2pgsql-replication.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "2.0.0" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "2.0.1" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS
@@ -218,7 +218,7 @@ Maximum data to load in MB (default: 500MB)
218218

219219
.TP
220220
\fB\-\-osm2pgsql\-cmd\fR \fI\,OSM2PGSQL_CMD\/\fR
221-
Path to osm2pgsql command
221+
Path to osm2pgsql command (default: /home/suzuki/osm/dev/osm2pgsql/scripts/osm2pgsql)
222222

223223
.TP
224224
\fB\-\-once\fR

man/osm2pgsql.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL" "1" "2.0.0" "" ""
1+
.TH "OSM2PGSQL" "1" "2.0.1" "" ""
22
.SH NAME
33
.PP
44
osm2pgsql - OpenStreetMap data to PostgreSQL converter

0 commit comments

Comments
 (0)