Skip to content

Commit 1862d06

Browse files
committed
Release v2.7.1
1 parent 8bfe2ba commit 1862d06

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1313
### Fixed
1414

1515

16+
## [2.7.1] - 2016-06-01
17+
18+
### Fixes
19+
20+
- Update version number in version.hpp.
21+
22+
1623
## [2.7.0] - 2016-06-01
1724

1825
### Added

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 7)
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
@@ -34,9 +34,9 @@ DEALINGS IN THE SOFTWARE.
3434
*/
3535

3636
#define LIBOSMIUM_VERSION_MAJOR 2
37-
#define LIBOSMIUM_VERSION_MINOR 6
37+
#define LIBOSMIUM_VERSION_MINOR 7
3838
#define LIBOSMIUM_VERSION_PATCH 1
3939

40-
#define LIBOSMIUM_VERSION_STRING "2.6.1"
40+
#define LIBOSMIUM_VERSION_STRING "2.7.1"
4141

4242
#endif // OSMIUM_VERSION_HPP

0 commit comments

Comments
 (0)