Skip to content

Commit d5ecf4d

Browse files
committed
Release v2.10.2
1 parent 7c04564 commit d5ecf4d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Changed
1212

13+
### Fixed
14+
15+
16+
## [2.10.2] - 2016-11-16
17+
18+
### Changed
19+
1320
- Updated embedded protozero to 1.4.4.
1421

1522
### Fixed
@@ -473,7 +480,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
473480
Doxygen (up to version 1.8.8). This version contains a workaround to fix
474481
this.
475482

476-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.10.1...HEAD
483+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.10.2...HEAD
484+
[2.10.2]: https://github.com/osmcode/libosmium/compare/v2.10.1...v2.10.2
477485
[2.10.1]: https://github.com/osmcode/libosmium/compare/v2.10.0...v2.10.1
478486
[2.10.0]: https://github.com/osmcode/libosmium/compare/v2.9.0...v2.10.0
479487
[2.9.0]: https://github.com/osmcode/libosmium/compare/v2.8.0...v2.9.0

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ project(libosmium)
2525

2626
set(LIBOSMIUM_VERSION_MAJOR 2)
2727
set(LIBOSMIUM_VERSION_MINOR 10)
28-
set(LIBOSMIUM_VERSION_PATCH 1)
28+
set(LIBOSMIUM_VERSION_PATCH 2)
2929

3030
set(LIBOSMIUM_VERSION
3131
"${LIBOSMIUM_VERSION_MAJOR}.${LIBOSMIUM_VERSION_MINOR}.${LIBOSMIUM_VERSION_PATCH}")

include/osmium/version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ DEALINGS IN THE SOFTWARE.
3535

3636
#define LIBOSMIUM_VERSION_MAJOR 2
3737
#define LIBOSMIUM_VERSION_MINOR 10
38-
#define LIBOSMIUM_VERSION_PATCH 1
38+
#define LIBOSMIUM_VERSION_PATCH 2
3939

40-
#define LIBOSMIUM_VERSION_STRING "2.10.1"
40+
#define LIBOSMIUM_VERSION_STRING "2.10.2"
4141

4242
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)