From 19fee5f2fa67073f7ecbd6d18b25e62811618f3e Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 18 Jan 2022 16:29:26 +0100 Subject: [PATCH] CMake: bump Falkon version to 3.2.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15ea9520c..75057476d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.1) # Project name and version -project(Falkon VERSION 3.1.99) +project(Falkon VERSION 3.2.0) # Find ECM, with nice error handling in case of failure include(FeatureSummary)