Skip to content

Commit

Permalink
prepare release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Feb 12, 2024
1 parent 36406ee commit cf66989
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

cmake_minimum_required(VERSION 3.8.0)

project(osm2pgsql VERSION 1.10.0 LANGUAGES CXX C)
project(osm2pgsql VERSION 1.11.0 LANGUAGES CXX C)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
8 changes: 3 additions & 5 deletions man/osm2pgsql-gen.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
.TH "OSM2PGSQL" "1" "1.11.0" "" ""
.SH NAME
.PP
osm2pgsql-gen - Generalize OpenStreetMap data - EXPERIMENTAL!
Expand Down Expand Up @@ -29,10 +29,7 @@ Mandatory arguments to long options are mandatory for short options too.
.TP
-a, --append
Run in append mode.
.TP
-c, --create
Run in create mode.
This is the default if \f[B]-a, --append\f[R] is not specified.
The default is to run in create mode.
.TP
-S, --style=FILE
The Lua config file.
Expand All @@ -44,6 +41,7 @@ Usually not required because it is read from the
Specifies the number of parallel threads used for certain operations.
Setting this to the number of available CPU cores is a reasonable
starting point.
Minimum value and default is 1, maximum value is 256.
.SH HELP/VERSION OPTIONS
.TP
-h, --help
Expand Down
2 changes: 1 addition & 1 deletion man/osm2pgsql-replication.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "OSM2PGSQL-REPLICATION" "1" "1.10.0" "" ""
.TH "OSM2PGSQL-REPLICATION" "1" "1.11.0" "" ""
.SH NAME
osm2pgsql-replication \- osm2pgsql database updater
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion man/osm2pgsql.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH "OSM2PGSQL" "1" "1.10.0" "" ""
.TH "OSM2PGSQL" "1" "1.11.0" "" ""
.SH NAME
.PP
osm2pgsql - OpenStreetMap data to PostgreSQL converter
Expand Down

0 comments on commit cf66989

Please sign in to comment.