Skip to content

Commit

Permalink
Release v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Aug 15, 2017
1 parent 0d9516b commit 2b2939d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Fixed

## [2.11.4] - 2017-08-15

### Fixed

- Output coordinate with value of -2^31 correctly.
- Buffers larger than 2^32 bytes do now work.


## [2.11.3] - 2017-05-03

### Fixed
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 11)
set(LIBOSMIUM_VERSION_PATCH 3)
set(LIBOSMIUM_VERSION_PATCH 4)

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 11
#define LIBOSMIUM_VERSION_PATCH 3
#define LIBOSMIUM_VERSION_PATCH 4

#define LIBOSMIUM_VERSION_STRING "2.11.3"
#define LIBOSMIUM_VERSION_STRING "2.11.4"

#endif // OSMIUM_VERSION_HPP

0 comments on commit 2b2939d

Please sign in to comment.