Skip to content

Commit

Permalink
release 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Nov 16, 2020
1 parent 29fd15f commit 442a3bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ install(FILES
binode.h
DESTINATION include/keyfinder)

set(LIBKEYFINDER_VERSION 2.2.2)
set(LIBKEYFINDER_VERSION 2.2.3)
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/libKeyFinder.pc.cmake
${CMAKE_CURRENT_BINARY_DIR}/libKeyFinder.pc @ONLY)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libKeyFinder.pc DESTINATION lib/pkgconfig)
Expand Down
2 changes: 1 addition & 1 deletion LibKeyFinder.pro
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CONFIG -= qt
TARGET = keyfinder
TEMPLATE = lib

VERSION = 2.2.2
VERSION = 2.2.3

CONFIG += c++11
QMAKE_CXXFLAGS += -std=c++11
Expand Down

0 comments on commit 442a3bf

Please sign in to comment.