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/).
88
99### Added
1010
11+ ### Changed
12+
13+ ### Fixed
14+
15+
16+ ## [ 2.13.1] - 2017-08-25
17+
18+ ### Added
19+
1120- New "blackhole" file format which throws away all data written into it.
1221 Used for benchmarking.
1322
@@ -730,7 +739,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
730739 Doxygen (up to version 1.8.8). This version contains a workaround to fix
731740 this.
732741
733- [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.13.0...HEAD
742+ [ unreleased ] : https://github.com/osmcode/libosmium/compare/v2.13.1...HEAD
743+ [ 2.13.1 ] : https://github.com/osmcode/libosmium/compare/v2.13.0...v2.13.1
734744[ 2.13.0 ] : https://github.com/osmcode/libosmium/compare/v2.12.2...v2.13.0
735745[ 2.12.2 ] : https://github.com/osmcode/libosmium/compare/v2.12.1...v2.12.2
736746[ 2.12.1 ] : https://github.com/osmcode/libosmium/compare/v2.12.0...v2.12.1
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ project(libosmium)
2525
2626set (LIBOSMIUM_VERSION_MAJOR 2)
2727set (LIBOSMIUM_VERSION_MINOR 13)
28- set (LIBOSMIUM_VERSION_PATCH 0 )
28+ set (LIBOSMIUM_VERSION_PATCH 1 )
2929
3030set (LIBOSMIUM_VERSION
3131 "${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.
3535
3636#define LIBOSMIUM_VERSION_MAJOR 2
3737#define LIBOSMIUM_VERSION_MINOR 13
38- #define LIBOSMIUM_VERSION_PATCH 0
38+ #define LIBOSMIUM_VERSION_PATCH 1
3939
40- #define LIBOSMIUM_VERSION_STRING " 2.13.0 "
40+ #define LIBOSMIUM_VERSION_STRING " 2.13.1 "
4141
4242#endif // OSMIUM_VERSION_HPP
You can’t perform that action at this time.
0 commit comments