Bump version to 3.0.99

remotes/origin/anmolgautam
David Rosca 8 years ago
parent 1f0443532f
commit a796842dff
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8
  1. 2
      CMakeLists.txt
  2. 5
      src/lib/app/profilemanager.cpp

@ -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 &current, const QString &profil
return;
}
// No change in 3.1
if (prof < Updater::Version("3.0.99")) {
return;
}
// Nothing for now
}

Loading…
Cancel
Save