File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,14 @@ This project adheres to [Semantic Versioning](https://semver.org/).
1313### Fixed
1414
1515
16+ ## [ 2.2.3] - 2018-02-06
17+
18+ ### Fixed
19+
20+ - Compile with ` NDEBUG ` in ` RelWithDebInfo ` mode.
21+ - Better error reporting on some exceptions.
22+
23+
1624## [ 2.2.2] - 2018-02-03
1725
1826### Fixed
@@ -140,7 +148,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
140148- Added man pages
141149
142150
143- [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.2.0...HEAD
151+ [ unreleased ] : https://github.com/osmcode/osmium-tool/compare/v2.2.3...HEAD
152+ [ 2.2.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.2...v2.2.3
153+ [ 2.2.2 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.1...v2.2.2
154+ [ 2.2.1 ] : https://github.com/osmcode/osmium-tool/compare/v2.2.0...v2.2.1
144155[ 2.2.0 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.4...v2.2.0
145156[ 2.1.4 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
146157[ 2.1.3 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.2...v2.1.3
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ project(osmcoastline)
2020
2121set (OSMCOASTLINE_VERSION_MAJOR 2)
2222set (OSMCOASTLINE_VERSION_MINOR 2)
23- set (OSMCOASTLINE_VERSION_PATCH 2 )
23+ set (OSMCOASTLINE_VERSION_PATCH 3 )
2424
2525set (OSMCOASTLINE_VERSION
2626 ${OSMCOASTLINE_VERSION_MAJOR} .${OSMCOASTLINE_VERSION_MINOR} .${OSMCOASTLINE_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments