bump version to 2.2.1

This commit is contained in:
Harald Sitter 2019-04-23 14:04:15 +02:00
parent b38e904a4e
commit db5f82be2a

View File

@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.4)
set(QCA_LIB_MAJOR_VERSION "2")
set(QCA_LIB_MINOR_VERSION "2")
set(QCA_LIB_PATCH_VERSION "0")
set(QCA_LIB_PATCH_VERSION "1")
if(POLICY CMP0042)
cmake_policy(SET CMP0042 OLD)