Skip to content

Commit

Permalink
prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lonvia committed Dec 2, 2024
1 parent dca6932 commit cc0ea60
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 2.0.0 LANGUAGES CXX C)
project(osm2pgsql VERSION 2.0.1 LANGUAGES CXX C)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

Expand Down
2 changes: 1 addition & 1 deletion man/osm2pgsql-gen.1
Original file line number Diff line number Diff line change
@@ -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!
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" "2.0.0" "" ""
.TH "OSM2PGSQL-REPLICATION" "1" "2.0.1" "" ""
.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" "2.0.0" "" ""
.TH "OSM2PGSQL" "1" "2.0.1" "" ""
.SH NAME
.PP
osm2pgsql - OpenStreetMap data to PostgreSQL converter
Expand Down

0 comments on commit cc0ea60

Please sign in to comment.