From 8d6eea1571f406b6101e6d4ed1d5beffb8b484c4 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 18 Jan 2022 16:32:10 +0100 Subject: [PATCH] CMake: bump development Falkon version to 3.2.99 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75057476d..8938b3cb9 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.2.0) +project(Falkon VERSION 3.2.99) # Find ECM, with nice error handling in case of failure include(FeatureSummary)