Skip to content

Commit 88c9762

Browse files
committed
Release v2.17.3
1 parent 49d07bd commit 88c9762

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1212

1313
### Fixed
1414

15+
16+
## [2.17.3] - 2022-01-19
17+
18+
### Fixed
19+
1520
* Removed possible deadlock when shutting down active Reader.
1621

1722

@@ -1210,7 +1215,8 @@ long time. These will not be part of the next version of libosmium:
12101215
Doxygen (up to version 1.8.8). This version contains a workaround to fix
12111216
this.
12121217

1213-
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.17.2...HEAD
1218+
[unreleased]: https://github.com/osmcode/libosmium/compare/v2.17.3...HEAD
1219+
[2.17.3]: https://github.com/osmcode/libosmium/compare/v2.17.2...v2.17.3
12141220
[2.17.2]: https://github.com/osmcode/libosmium/compare/v2.17.1...v2.17.2
12151221
[2.17.1]: https://github.com/osmcode/libosmium/compare/v2.17.0...v2.17.1
12161222
[2.17.0]: https://github.com/osmcode/libosmium/compare/v2.16.0...v2.17.0

CMakeLists.txt

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

4141
set(LIBOSMIUM_VERSION_MAJOR 2)
4242
set(LIBOSMIUM_VERSION_MINOR 17)
43-
set(LIBOSMIUM_VERSION_PATCH 2)
43+
set(LIBOSMIUM_VERSION_PATCH 3)
4444

4545
set(LIBOSMIUM_VERSION
4646
"${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 17
38-
#define LIBOSMIUM_VERSION_PATCH 2
38+
#define LIBOSMIUM_VERSION_PATCH 3
3939

40-
#define LIBOSMIUM_VERSION_STRING "2.17.2"
40+
#define LIBOSMIUM_VERSION_STRING "2.17.3"
4141

4242
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)