Skip to content

Commit 08de8ce

Browse files
committed
prepare 1.0.0 release
1 parent f40cf21 commit 08de8ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
set(PACKAGE osm2pgsql)
22
set(PACKAGE_NAME osm2pgsql)
3-
set(PACKAGE_VERSION 0.96.0)
3+
set(PACKAGE_VERSION 1.0.0)
44

55
cmake_minimum_required(VERSION 2.8.7)
66

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Nominatim, or general analysis.
2121
Most Linux distributions include osm2pgsql. It is also available on macOS with [Homebrew](http://brew.sh/).
2222

2323
Unoffical builds for Windows are available from [AppVeyor](https://ci.appveyor.com/project/openstreetmap/osm2pgsql/history) but you need to find the right build artifacts.
24-
For the latest release 0.96.0, you may download a
25-
[32bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x86.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx86) or [64bit version](https://ci.appveyor.com/api/projects/openstreetmap/osm2pgsql/artifacts/osm2pgsql_Release_x64.zip?tag=0.96.0&job=Environment%3A%20arch%3Dx64).
24+
Builds for releases may also be downloaded from the [OpenStreetMap Dev server](https://lonvia.dev.openstreetmap.org/osm2pgsql-winbuild/releases/).
2625

2726
## Building ##
2827

0 commit comments

Comments
 (0)