File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
10
10
11
11
### Changed
12
12
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.10.2] - 2016-11-16
17
+
18
+ ### Changed
19
+
13
20
- Updated embedded protozero to 1.4.4.
14
21
15
22
### Fixed
@@ -473,7 +480,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
473
480
Doxygen (up to version 1.8.8). This version contains a workaround to fix
474
481
this.
475
482
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
477
485
[ 2.10.1 ] : https://github.com/osmcode/libosmium/compare/v2.10.0...v2.10.1
478
486
[ 2.10.0 ] : https://github.com/osmcode/libosmium/compare/v2.9.0...v2.10.0
479
487
[ 2.9.0 ] : https://github.com/osmcode/libosmium/compare/v2.8.0...v2.9.0
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ project(libosmium)
25
25
26
26
set (LIBOSMIUM_VERSION_MAJOR 2)
27
27
set (LIBOSMIUM_VERSION_MINOR 10)
28
- set (LIBOSMIUM_VERSION_PATCH 1 )
28
+ set (LIBOSMIUM_VERSION_PATCH 2 )
29
29
30
30
set (LIBOSMIUM_VERSION
31
31
"${LIBOSMIUM_VERSION_MAJOR} .${LIBOSMIUM_VERSION_MINOR} .${LIBOSMIUM_VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ DEALINGS IN THE SOFTWARE.
35
35
36
36
#define LIBOSMIUM_VERSION_MAJOR 2
37
37
#define LIBOSMIUM_VERSION_MINOR 10
38
- #define LIBOSMIUM_VERSION_PATCH 1
38
+ #define LIBOSMIUM_VERSION_PATCH 2
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.10.1 "
40
+ #define LIBOSMIUM_VERSION_STRING " 2.10.2 "
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments