Skip to content

Commit de4e52d

Browse files
committed
Release v2.10.3
1 parent 0cc42a2 commit de4e52d

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

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

1515

16+
## [2.10.3] - 2016-11-20
17+
18+
### Changed
19+
20+
- Round out ObjectPointerCollection implementation and test it.
21+
- Updated embedded protozero to 1.4.5.
22+
23+
1624
## [2.10.2] - 2016-11-16
1725

1826
### Changed
@@ -480,7 +488,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
480488
Doxygen (up to version 1.8.8). This version contains a workaround to fix
481489
this.
482490

483-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.10.2...HEAD
491+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.10.3...HEAD
492+
[2.10.3]: https://github.com/osmcode/libosmium/compare/v2.10.2...v2.10.3
484493
[2.10.2]: https://github.com/osmcode/libosmium/compare/v2.10.1...v2.10.2
485494
[2.10.1]: https://github.com/osmcode/libosmium/compare/v2.10.0...v2.10.1
486495
[2.10.0]: https://github.com/osmcode/libosmium/compare/v2.9.0...v2.10.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 2)
28+
set(LIBOSMIUM_VERSION_PATCH 3)
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 2
38+
#define LIBOSMIUM_VERSION_PATCH 3
3939

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

4242
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)