Skip to content

Commit

Permalink
bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jun 17, 2022
1 parent 4627462 commit 7bd073b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change log

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

## 2.2.6
* Install CMake package config to CMAKE_INSTALL_LIBDIR
* Install FindFFTW3.cmake module
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.4)
project(KeyFinder VERSION 2.2.6)
project(KeyFinder VERSION 2.2.7)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)

Expand Down

0 comments on commit 7bd073b

Please sign in to comment.