File tree 2 files changed +13
-2
lines changed
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/).
13
13
### Fixed
14
14
15
15
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
+
16
24
## [ 2.2.2] - 2018-02-03
17
25
18
26
### Fixed
@@ -140,7 +148,10 @@ This project adheres to [Semantic Versioning](https://semver.org/).
140
148
- Added man pages
141
149
142
150
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
144
155
[ 2.2.0 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.4...v2.2.0
145
156
[ 2.1.4 ] : https://github.com/osmcode/osmium-tool/compare/v2.1.3...v2.1.4
146
157
[ 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)
20
20
21
21
set (OSMCOASTLINE_VERSION_MAJOR 2)
22
22
set (OSMCOASTLINE_VERSION_MINOR 2)
23
- set (OSMCOASTLINE_VERSION_PATCH 2 )
23
+ set (OSMCOASTLINE_VERSION_PATCH 3 )
24
24
25
25
set (OSMCOASTLINE_VERSION
26
26
${OSMCOASTLINE_VERSION_MAJOR} .${OSMCOASTLINE_VERSION_MINOR} .${OSMCOASTLINE_VERSION_PATCH} )
You can’t perform that action at this time.
0 commit comments