Skip to content

Commit 08d1e1c

Browse files
committed
prepare release 1.7.0
1 parent b87b4c4 commit 08d1e1c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.5.0)
33

4-
project(osm2pgsql VERSION 1.6.0 LANGUAGES CXX C)
4+
project(osm2pgsql VERSION 1.7.0 LANGUAGES CXX C)
55

66
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
77

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The latest source code is available in the osm2pgsql git repository on GitHub
3636
and can be downloaded as follows:
3737

3838
```sh
39-
git clone git://github.com/openstreetmap/osm2pgsql.git
39+
git clone https://github.com/openstreetmap/osm2pgsql.git
4040
```
4141

4242
Osm2pgsql uses the cross-platform [CMake build system](https://cmake.org/)
@@ -66,7 +66,7 @@ with other versions of those libraries (set the `EXTERNAL_*libname*` option to
6666
* [rapidjson](https://rapidjson.org/) (>= 1.1.0)
6767

6868
It also requires access to a database server running
69-
[PostgreSQL](https://www.postgresql.org/) 9.5+ and
69+
[PostgreSQL](https://www.postgresql.org/) 9.6+ and
7070
[PostGIS](https://www.postgis.net/) 2.2+.
7171

7272
Make sure you have installed the development packages for the libraries
@@ -154,7 +154,7 @@ cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
154154
```
155155

156156
Note that `Debug` builds will be much slower than release build. For production
157-
use `Release` or `RelWithDebInfo` builds are recommended.
157+
`Release` or `RelWithDebInfo` builds are recommended.
158158

159159
### Using the PROJ library
160160

docs/osm2pgsql-replication.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH "OSM2PGSQL-REPLICATION" "1" "1.6.0" "" ""
1+
.TH "OSM2PGSQL-REPLICATION" "1" "1.7.0" "" ""
22
.SH NAME
33
osm2pgsql-replication \- osm2pgsql database updater
44
.SH SYNOPSIS

docs/osm2pgsql.1

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

0 commit comments

Comments
 (0)