Skip to content

Commit 84575ae

Browse files
committed
Release v2.12.1
1 parent 42d3aa4 commit 84575ae

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.md

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

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.12.1] - 2017-04-10
17+
18+
### Added
19+
1120
- New `TagsFilter::set_default_result()` function.
1221

1322
### Changed
@@ -597,7 +606,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
597606
Doxygen (up to version 1.8.8). This version contains a workaround to fix
598607
this.
599608

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
601611
[2.12.0]: https://github.com/osmcode/libosmium/compare/v2.11.0...v2.12.0
602612
[2.11.0]: https://github.com/osmcode/libosmium/compare/v2.10.3...v2.11.0
603613
[2.10.3]: https://github.com/osmcode/libosmium/compare/v2.10.2...v2.10.3

CMakeLists.txt

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

2626
set(LIBOSMIUM_VERSION_MAJOR 2)
2727
set(LIBOSMIUM_VERSION_MINOR 12)
28-
set(LIBOSMIUM_VERSION_PATCH 0)
28+
set(LIBOSMIUM_VERSION_PATCH 1)
2929

3030
set(LIBOSMIUM_VERSION
3131
"${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 12
38-
#define LIBOSMIUM_VERSION_PATCH 0
38+
#define LIBOSMIUM_VERSION_PATCH 1
3939

40-
#define LIBOSMIUM_VERSION_STRING "2.12.0"
40+
#define LIBOSMIUM_VERSION_STRING "2.12.1"
4141

4242
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)