Skip to content

Commit

Permalink
bump version to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Sep 27, 2023
1 parent 1a13f6a commit b33b5a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log

## 2.2.8
* Update tests to Catch3
* Bump minimum CMake version to 3.5 to avoid deprecation warning

## 2.2.7
* Fix pkgconfig file when CMAKE_INSTALL_{INCLUDE,LIB}DIR are absolute paths

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(KeyFinder VERSION 2.2.7)
project(KeyFinder VERSION 2.2.8)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)

Expand Down

0 comments on commit b33b5a8

Please sign in to comment.