updates for 3.6.0-dev-0

This commit is contained in:
Proddy
2023-02-27 16:38:56 +01:00
parent f3bfc6f126
commit 557892bbc7
7 changed files with 7 additions and 15 deletions

View File

@@ -1034,7 +1034,7 @@ bool System::check_upgrade(bool factory_settings) {
missing_version = (settingsVersion.empty() || (settingsVersion.length() < 5));
if (missing_version) {
LOG_DEBUG("No version information found (%s)", settingsVersion.c_str());
settingsVersion = "3.4.4"; // this was the last stable version
settingsVersion = "3.5.0"; // this was the last stable version
}
}