Skip to content

Commit

Permalink
Prepare bugfix release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Oct 30, 2018
1 parent 9a23fa5 commit a2829a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## 2.8.1
* Fixed installation for out-of-source builds
* Documentation updates

## 2.8.0
* Deprecated `version_compare3()` as well, as it would create ambiguities
for higher level language wrappers
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0)

SET(VERSION_MAJOR 2)
SET(VERSION_MINOR 8)
SET(VERSION_PATCH 0)
SET(VERSION_PATCH 1)

SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit a2829a7

Please sign in to comment.