From aec63cd2e630be98eebda81572a3f076b1db33a4 Mon Sep 17 00:00:00 2001 From: Ivan Romanov Date: Mon, 6 Feb 2017 17:29:44 +0500 Subject: [PATCH] Bump version to 2.1.3 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd8edec6..453fd8a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() set(QCA_LIB_MAJOR_VERSION "2") set(QCA_LIB_MINOR_VERSION "1") -set(QCA_LIB_PATCH_VERSION "1") +set(QCA_LIB_PATCH_VERSION "3") # Do not automatically link Qt executables to qtmain target on Windows. # QCA exucatables use console mode only. Not need to link against