Skip to content

Commit

Permalink
release 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Jan 2, 2022
1 parent fdc2656 commit a409c74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log

## 2.2.6
* Install CMake package config to CMAKE_INSTALL_LIBDIR
* Install FindFFTW3.cmake module
* Fix fftw3 missing from Requires.private in pkgconfig file

## 2.2.5
* Set version for .so library and setup version symlinks

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.5)
project(KeyFinder VERSION 2.2.6)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED True)

Expand Down

0 comments on commit a409c74

Please sign in to comment.