File tree Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Expand file tree Collapse file tree 3 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](http://semver.org/).
8
8
9
9
### Added
10
10
11
+ ### Changed
12
+
13
+ ### Fixed
14
+
15
+
16
+ ## [ 2.12.1] - 2017-04-10
17
+
18
+ ### Added
19
+
11
20
- New ` TagsFilter::set_default_result() ` function.
12
21
13
22
### Changed
@@ -597,7 +606,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
597
606
Doxygen (up to version 1.8.8). This version contains a workaround to fix
598
607
this.
599
608
600
- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.12.0...HEAD
609
+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.12.1...HEAD
610
+ [ 2.12.1 ] : https://github.com/osmcode/libosmium/compare/v2.12.0...v2.12.1
601
611
[ 2.12.0 ] : https://github.com/osmcode/libosmium/compare/v2.11.0...v2.12.0
602
612
[ 2.11.0 ] : https://github.com/osmcode/libosmium/compare/v2.10.3...v2.11.0
603
613
[ 2.10.3 ] : https://github.com/osmcode/libosmium/compare/v2.10.2...v2.10.3
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 12)
28
- set (LIBOSMIUM_VERSION_PATCH 0 )
28
+ set (LIBOSMIUM_VERSION_PATCH 1 )
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 12
38
- #define LIBOSMIUM_VERSION_PATCH 0
38
+ #define LIBOSMIUM_VERSION_PATCH 1
39
39
40
- #define LIBOSMIUM_VERSION_STRING " 2.12.0 "
40
+ #define LIBOSMIUM_VERSION_STRING " 2.12.1 "
41
41
42
42
#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments