From 4a98dbdcd9e96e21c3197eab4454c8ecf1e06f27 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Wed, 12 Feb 2020 18:53:56 +0100 Subject: [PATCH] Increase version for beta release --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 663332e9..d3ecc608 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ project(qca) set(QCA_LIB_MAJOR_VERSION "2") set(QCA_LIB_MINOR_VERSION "2") -set(QCA_LIB_PATCH_VERSION "1") +set(QCA_LIB_PATCH_VERSION "90") if(POLICY CMP0042) cmake_policy(SET CMP0042 OLD)