From 41064ea59efa4525915a23a1890eb15ab5feb070 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 12 Feb 2019 19:46:55 +0300 Subject: [PATCH] Prepare 2.8.2 bugfix release --- CHANGES.md | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index b622d97..87cd136 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/CMakeLists.txt b/CMakeLists.txt index 499e942..b58274b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}")