Skip to content

Commit 9564706

Browse files
committed
Release v2.2.1
1 parent d95f003 commit 9564706

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@ This project adheres to [Semantic Versioning](https://semver.org/).
88

99
### Added
1010

11+
### Changed
12+
13+
### Fixed
14+
15+
16+
## [2.2.1] - 2018-12-07
17+
18+
### Added
19+
1120
- We have now proper test cases. Just a few, but at least there is a framework
1221
for automated testing now.
1322

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ project(osmcoastline)
2020

2121
set(OSMCOASTLINE_VERSION_MAJOR 2)
2222
set(OSMCOASTLINE_VERSION_MINOR 2)
23-
set(OSMCOASTLINE_VERSION_PATCH 0)
23+
set(OSMCOASTLINE_VERSION_PATCH 1)
2424

2525
set(OSMCOASTLINE_VERSION
2626
${OSMCOASTLINE_VERSION_MAJOR}.${OSMCOASTLINE_VERSION_MINOR}.${OSMCOASTLINE_VERSION_PATCH})

0 commit comments

Comments
 (0)