Skip to content

Commit

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

## 2.8.2
* Fixed undefined behavior in string comparison

## 2.8.1
* Fixed installation for out-of-source builds
* Documentation updates
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 1)
SET(VERSION_PATCH 2)

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

Expand Down

0 comments on commit 41064ea

Please sign in to comment.