mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Bump version to 3.0.99
This commit is contained in:
parent
1f0443532f
commit
a796842dff
|
@ -2,7 +2,7 @@
|
||||||
cmake_minimum_required(VERSION 3.1)
|
cmake_minimum_required(VERSION 3.1)
|
||||||
|
|
||||||
# Project name and version
|
# 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
|
# Find ECM, with nice error handling in case of failure
|
||||||
include(FeatureSummary)
|
include(FeatureSummary)
|
||||||
|
|
|
@ -198,6 +198,11 @@ void ProfileManager::updateProfile(const QString ¤t, const QString &profil
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// No change in 3.1
|
||||||
|
if (prof < Updater::Version("3.0.99")) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// Nothing for now
|
// Nothing for now
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user