@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.1)
# Project name and version
project(Falkon VERSION 3.0.0)
project(Falkon VERSION 3.0.99)
# Find ECM, with nice error handling in case of failure
include(FeatureSummary)
@ -198,6 +198,11 @@ void ProfileManager::updateProfile(const QString ¤t, const QString &profil
return;
}
// No change in 3.1
if (prof < Updater::Version("3.0.99")) {
// Nothing for now