From ab67f641ac44feef15e2e6e790611b80b6f517a0 Mon Sep 17 00:00:00 2001 From: Be Date: Sun, 25 Oct 2020 19:18:28 -0500 Subject: [PATCH] release 2.2.2 This release adds support for the CMake build system. --- LibKeyFinder.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibKeyFinder.pro b/LibKeyFinder.pro index 18e4be6..b9c0de2 100644 --- a/LibKeyFinder.pro +++ b/LibKeyFinder.pro @@ -27,7 +27,7 @@ CONFIG -= qt TARGET = keyfinder TEMPLATE = lib -VERSION = 2.2.1 +VERSION = 2.2.2 CONFIG += c++11 QMAKE_CXXFLAGS += -std=c++11