1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00

Bump version to 3.0.99

This commit is contained in:
David Rosca 2018-02-28 10:38:59 +01:00
parent 1f0443532f
commit a796842dff
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
2 changed files with 6 additions and 1 deletions

View File

@ -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)

View File

@ -198,6 +198,11 @@ void ProfileManager::updateProfile(const QString &current, const QString &profil
return;
}
// No change in 3.1
if (prof < Updater::Version("3.0.99")) {
return;
}
// Nothing for now
}