From 17c45ca9715385488602e787e675b11e9c500d3f Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 20 Mar 2019 11:30:54 +0100 Subject: [PATCH] Bump version to 3.1.99 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe9de5a70..355e68ddd 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.0) +project(Falkon VERSION 3.1.99) # Find ECM, with nice error handling in case of failure include(FeatureSummary)