Skip to content

Commit

Permalink
Release v2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jul 23, 2018
1 parent ff16782 commit 058cd3a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Fixed


## [2.14.2] - 2018-07-23

### Fixed

* PBF reader and writer depended on byte order of system architecture.
* Removed an unreliable test that didn't work on some architectures.


## [2.14.1] - 2018-07-23

### Changed
Expand Down Expand Up @@ -861,7 +869,8 @@ This project adheres to [Semantic Versioning](https://semver.org/).
Doxygen (up to version 1.8.8). This version contains a workaround to fix
this.

[unreleased]: https://github.com/osmcode/libosmium/compare/v2.14.1...HEAD
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.14.2...HEAD
[2.14.2]: https://github.com/osmcode/libosmium/compare/v2.14.1...v2.14.2
[2.14.1]: https://github.com/osmcode/libosmium/compare/v2.14.0...v2.14.1
[2.14.0]: https://github.com/osmcode/libosmium/compare/v2.13.1...v2.14.0
[2.13.1]: https://github.com/osmcode/libosmium/compare/v2.13.0...v2.13.1
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ project(libosmium)

set(LIBOSMIUM_VERSION_MAJOR 2)
set(LIBOSMIUM_VERSION_MINOR 14)
set(LIBOSMIUM_VERSION_PATCH 1)
set(LIBOSMIUM_VERSION_PATCH 2)

set(LIBOSMIUM_VERSION
"${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}")
Expand Down
4 changes: 2 additions & 2 deletions include/osmium/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ DEALINGS IN THE SOFTWARE.

#define LIBOSMIUM_VERSION_MAJOR 2
#define LIBOSMIUM_VERSION_MINOR 14
#define LIBOSMIUM_VERSION_PATCH 1
#define LIBOSMIUM_VERSION_PATCH 2

#define LIBOSMIUM_VERSION_STRING "2.14.1"
#define LIBOSMIUM_VERSION_STRING "2.14.2"

#endif // OSMIUM_VERSION_HPP

0 comments on commit 058cd3a

Please sign in to comment.