Skip to content

Commit

Permalink
Release v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jun 27, 2020
1 parent 4d4a95d commit 3c981c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Changed

### Fixed

## [1.12.1] - 2020-06-27

### Changed

* Require libosmium 2.15.6 which has an important fix related
to multipolygons assembly (needed for "osmium export").

### Fixed

## [1.12.0] - 2020-04-21

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ project(osmium)

set(OSMIUM_VERSION_MAJOR 1)
set(OSMIUM_VERSION_MINOR 12)
set(OSMIUM_VERSION_PATCH 0)
set(OSMIUM_VERSION_PATCH 1)

set(OSMIUM_VERSION ${OSMIUM_VERSION_MAJOR}.${OSMIUM_VERSION_MINOR}.${OSMIUM_VERSION_PATCH})

Expand Down

0 comments on commit 3c981c4

Please sign in to comment.